Trying to release an app build in MOE I’ve generated IPA file using
./gradlew clean moeIpaBuild
and I’ve used the Application Loader app to upload my app to the iTunesConnect.
Unfortunately during the IPA analysis in Application Loader I get an error:
ERROR ITMS-90668: "Invalid Bundle Executable.
The executable file 'MyApp.app/Frameworks/MOE.framework/MOE'
contains incomplete bitcode.
To compile binaries with complete bitcode, open Xcode and choose Archive
in the Product menu."
I’m using the newest beta plugin and I’ve ensured that ENABLE_BITCODE in project settings remains unchanged - it’s by default set to NO.
It’s now blocking our release, could you provide any support?
Cheers!
Could you please try to remove it from your gradle file (or add the missing sym to the path)?
The gradle plugin should be able to resolve the path by itself.
Unfortunately removing or changing this fragment in gradle file didn’t solve the issue.
However we were able to release our iOS app using Xcode. After changing the target device to “iOS generic device” and archiving the project the complete IPA file has been created.
This allowed us to upload the generated file and begin the app review in iTunes.