This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
SDK won't compile with Xcode 7.3.1 #6906
Labels
build
iOS
Mapbox Maps SDK for iOS
macOS
Mapbox Maps SDK for macOS
release blocker
Blocks the next final release
Milestone
Changes introduced in e2797d1 broke the project when using Xcode 7.3.1. Specifically:
MGLGeoJSONSource.h
,const
was moved so thatMGLOfflinePackProgressChangedNotification
,MGLOfflinePackErrorNotification
, andMGLOfflinePackMaximumMapboxTilesReachedNotification
are pointers to constant NSString instead of constant pointers to NSString. This fails to compile in Xcode 7.3.1 at the call siteMGLTypes
NSErrorDomain
and is not above whereNSErrorDomain
is used#if !defined(FOUNDATION_SWIFT_SDK_EPOCH_LESS_THAN) || FOUNDATION_SWIFT_SDK_EPOCH_LESS_THAN(8)
actually usesFOUNDATION_SWIFT_SDK_EPOCH_LESS_THAN
which is not defined before iOS 10.0cc @1ec5
The text was updated successfully, but these errors were encountered: