Failed to publish boardman.ipa to App Store Connect. #2785
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceI. The code built successfully but failed to publish to appstore Expected resultsBuild published sucessfully to appstore Actual resultsBuild id (optional)235 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello @inioluwadavid , I don't have the fix for you, but I noticed that your log shows Bitcode usage, which is no longer acceptable for iOS after Xcode 16. See here: |
Beta Was this translation helpful? Give feedback.
-
Hello @inioluwadavid, |
Beta Was this translation helpful? Give feedback.
Hello @inioluwadavid,
This issue arises from 3rd party dependencies on iOS that still rely on bitcode. One option is to remain on Xcode 15.4, while another solution involves stripping bitcode from the 3rd party frameworks. You can refer to this article for an example.