nativescript-community / ui-mapbox

Interactive, thoroughly customizable maps powered by vector tiles and OpenGL.
32 stars 26 forks source link

App Store Upload Asset Validation Failed #115

Open msaravitz opened 3 days ago

msaravitz commented 3 days ago

When attempting to upload to the App Store, the application receives an error of Invalid Executable. The executable 'myapp.app/Frameworks/Mapbox.framework/Mapbox' contains bitcode.

It appears bitcode is no longer supported by Apple and previous flags to disable it no longer function. (https://forums.developer.apple.com/forums/thread/764576)

Any help regarding this issue would be greatly appreciated, thanks!

MacOS 15.0 Xcode version 16.0 @nativescript-community/ui-mapbox version 6.2.29

RGBvision commented 1 day ago

Same issue. https://github.com/mapbox/mapbox-maps-ios/releases/tag/v10.19.0 - Remove bitcode from framework binaries across the stack, thus unblocking AppStore submissions for client applications.