Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Mapbox 3.1 dynamic framework has minimum deployment target of iOS 9.3; should be 8.0 #3870

Closed
parrots opened this issue Feb 9, 2016 · 3 comments
Assignees
Labels
build iOS Mapbox Maps SDK for iOS
Milestone

Comments

@parrots
Copy link

parrots commented Feb 9, 2016

When trying to archive for TestFlight today after updating MapBox, I received a validation warning when submitting to the App Store. Looks like MapBox is referencing 9.3 in the target? Was the dynamic framework you're referencing in the podspec created using the Xcode beta?

screen shot 2016-02-09 at 5 05 10 pm

@1ec5 1ec5 added iOS Mapbox Maps SDK for iOS build labels Feb 9, 2016
@1ec5 1ec5 modified the milestones: ios-v3.1.0, ios-v3.1.1 Feb 9, 2016
@1ec5
Copy link
Contributor

1ec5 commented Feb 9, 2016

You caught me red-handed! Looks like my xcode-select was set to Xcode 7.3 beta 1 and I hadn’t noticed. The real bug, though, is that the dynamic framework’s build configuration doesn’t have IPHONEOS_DEPLOYMENT_TARGET set to 8.0 as it should. Looks like we only set that in the gyp files for the static library and iosapp targets, but not the intervening dynamic framework target.

@parrots
Copy link
Author

parrots commented Feb 10, 2016

I assume we'll see a quick 3.1.1 release or will this be able to be re-deployed for 3.1?

@1ec5
Copy link
Contributor

1ec5 commented Feb 10, 2016

Yes, I have a fix in #3872 and we’ll roll it into 3.1.1 this week. Thank you for your timely report.

@1ec5 1ec5 changed the title Mapbox 3.1 requires iOS 9.3? Mapbox 3.1 dynamic framework has minimum deployment target of iOS 9.3; should be 8.0 Feb 10, 2016
@1ec5 1ec5 closed this as completed Feb 10, 2016
@1ec5 1ec5 removed the in progress label Feb 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build iOS Mapbox Maps SDK for iOS
Projects
None yet
Development

No branches or pull requests

2 participants