You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: