-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Store Connect Upload Failure Invalid Executable. The executable contains bitcode. #176
Comments
I had to add this code in the post_install do |installer| block in the pod-file:
Edit: I'm not sure, but you also might need to run pod update --repo-update --project-directory=ios before running flutter build ios |
any update for this issues ? |
did you find any solution same bug for me too |
Hi all |
Prepare Build for App Store Connect
Error
Invalid Executable. The executable 'Runner.app/Frameworks/AgoraRtmKit.framework/AgoraRtmKit' contains bitcode.
Note there are workaround available online, eg: https://medium.com/@abdulahad2024/fixing-bitcode-issues-in-xcode-16-how-to-resolve-invalid-executable-errors-when-uploading-ios-da07a5a39c7c
But this should be fixed within the package.
RTM Release: 2.2.1
Flutter: 3.24.3
Xcode: 16.0
macOS: 14.5 Sonoma (Xcode Cloud Environment)
Platforms affected
Steps to reproduce
When you try to upload the app to App Store Connect using Xcode 16.
Expected results
It should upload without any problems.
Actual results
Prepare Build for App Store Connect
Error
Invalid Executable. The executable 'Runner.app/Frameworks/AgoraRtmKit.framework/AgoraRtmKit' contains bitcode.
Code sample
No response
Screenshots or Video
No response
Logs
No response
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: