-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Archive for iTunes Connect fails with ./Mapbox.framework/Mapbox' was built without full bitcode
#5526
Comments
If you add that build phase, archive, and resubmit, do you still get the same error? |
Yes, the above was using strip-frameworks.sh.
I've also tried |
Have you always had to pass in |
Our build process has only used I did search in Could that be the problem? |
That’s unlikely, because KIF is only included in the UI test bundle, not the dynamic or static framework targets. |
This should be fixed by #5586 in the next beta or release candidate. |
Attempting to build Mapbox iOS 3.3.0 for sending app out for TestFlight, then to customers on the App Store.
I am receiving the below error regarding 'not built with full bitcode'. Our last App Store build was 3.2.2 and
make ipackage
worked without any flags. Now we are seeing the issue, and the flagBITCODE=YES
does not solve anything.Any suggestions or workarounds? We have bitcode on in our app, and we prefer to have bitcode on due to its advantages from Apple.
Issue looks similar to #5448.
Platform: iOS
Mapbox SDK version: 3.3.0
SHA = 5389f04
Xcode Version 7.3.1 (7D1014)
Steps to trigger behavior
make clean
make ipackage BITCODE=YES
mapbox-gl-native/build/ios/pkg/dynamic
to my projectProduct
>Archive
Expected behavior
Happy Archive, ready for iTunes Connect and the App Store
Actual behavior
Archive failed with this error
The text was updated successfully, but these errors were encountered: