Error: Invalid Bitcode Version (Producer: '800.0.35.0_0' Reader: '703.0.31_0')

error: Invalid bitcode version (Producer: '800.0.24.1_0' Reader: '703.0.31_0') with XCode 7.3.1

Oh, I meet this issue before. I install new Xcode 8 beta and everything was solved. :)

Invalid bitcode version (Producer: '902.0.39.2_0' Reader: '900.0.37_0')'

Steps to solve this issue:

  • Build Setting
  • Search Enable Bitcode option in Build Options category.
  • Select no.

Invalid bitcode version for archiving iOS app

The Stripe CocoaPod was built with Xcode 11.5 or 11.6. Three options:

  • Upgrade to at least Xcode 11.5.
  • Ask Stripe to support Xcode 11.2.1
  • Change the Podfile to use an older version of Stripe.

Firebase Invalid bitcode version

The above error came out and perform the Archive for app application

The workaround is as follows
the Build Settings> Enable Bitcode to NO

Disabling ENABLE BITCODE does not have any adverse effect on product archive. Since this is an optional flag for Apple, so you can disable it unless Apple makes it required flag in the future. For more details, you can refer to Bitcode Enabling/Disabling

Xcode 8.2.1 - Error: Invalid bitcode version (Producer: '802.0.41.0_0' Reader: '800.0.42.1_0')

Upgrading XCode to 8.3+ will resolve this issue. Seems like framework was built with higher version XCode i.e. above 8.2.1.

Disabling bitcode will also fix this issue.
But, While uploading your app to AppStore, you may get into problem as the build is not optimized due to Bitcode Disable in your project

(Refer Bitcode section in App Thining https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/AppThinning/AppThinning.html)

So, better to upgrade your XCode, rather than getting into such issues.



Related Topics



Leave a reply



Submit