-
Notifications
You must be signed in to change notification settings - Fork 647
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
can not upload new update of my app on xcode 16 received error contain bicode #1536
Comments
this is my podfile Uncomment this line to define a global platform for your projectplatform :ios, '14.0' CocoaPods analytics sends network stats synchronously affecting flutter build latency.ENV['COCOAPODS_DISABLE_STATS'] = 'true' project 'Runner', { def flutter_root File.foreach(generated_xcode_build_settings_path) do |line| require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root) flutter_ios_podfile_setup target 'Runner' do Override Firebase SDK Version$FirebaseSDKVersion = '10.22.0'flutter_install_all_ios_pods File.dirname(File.realpath(FILE)) post_install do |installer|
end |
Hi! I am sorry, closing because this doesn't seem related to Hermes. |
0
Asset validation failed
Invalid Executable. The executable 'Runner.app/Frameworks/FBAEMKit.framework/FBAEMKit' contains bitcode. (ID: 5c806ec7-2b8f-4ba7-a798-7a465a9aec8c)
Asset validation failed
Invalid Executable. The executable 'Runner.app/Frameworks/FBSDKCoreKit.framework/FBSDKCoreKit' contains bitcode. (ID: 793d6c5b-96d8-4870-a21a-f8e0c5321f4e)
Asset validation failed
Invalid Executable. The executable 'Runner.app/Frameworks/FBSDKCoreKit_Basics.framework/FBSDKCoreKit_Basics' contains bitcode. (ID: ef59c9a9-027d-438b-b49b-e93021e52c36)
Asset validation failed
Invalid Executable. The executable 'Runner.app/Frameworks/FBSDKLoginKit.framework/FBSDKLoginKit' contains bitcode. (ID: 56b3fd70-9d6c-433f-8687-fc4f02398072)
received this error after archive app and upload it to apple
The text was updated successfully, but these errors were encountered: