Skip to content

Commit fde9501

Browse files
committed
Fixed Contacts framework loading crash on OS X
Fixed a crash loading the framework due to Contacts not being linked. The framework now includes the Contacts umbrella header, which means it probably won’t build against the iOS 8.x and OS X 10.10.x SDKs, but it’ll still deploy backwards to them.
1 parent e791a8e commit fde9501

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MapboxGeocoder/MapboxGeocoder.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#import <Foundation/Foundation.h>
22
#import <CoreLocation/CoreLocation.h>
3+
#import <Contacts/Contacts.h>
34

45
FOUNDATION_EXPORT double MapboxGeocoderVersionNumber;
56

0 commit comments

Comments
 (0)