Home iOS Development ITMS-90668: Invalid Bundle Executable – using codemagic to build flutter ios app

ITMS-90668: Invalid Bundle Executable – using codemagic to build flutter ios app

0

[ad_1]

I have a flutter app that i will publish to the app store. I am facing an error after i upload the ipa file to app store connect.
The error says:

ITMS-90668: Invalid Bundle Executable – The executable file ‘Runner.app/Frameworks/Flutter.framework/Flutter’ contains incomplete bitcode. To compile binaries with complete bitcode, open Xcode and choose Archive in the Product menu.

I have tried setting this in the podfile:

config.build_settings['ENABLE_BITCODE'] = 'NO'

but it still gives the error when i upload it to appstore connect.

I’ve been dealing with this issue for a couple of days now and nothing seems to resolve it.
If anyone has faced a similar issue while trying to upload a flutter app built for ios on codemagic please help.

[ad_2]