question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

iOS Archiving "bitcode bundle" issue

See original GitHub issue

When Archiving for iOS, following error is generated:

ld: bitcode bundle could not be generated because '/node_modules/react-native-razorpay/ios/Razorpay.framework/Razorpay' was built without full bitcode. All frameworks and dylibs for bitcode must be generated from Xcode Archive or Install build file '/node_modules/react-native-razorpay/ios/Razorpay.framework/Razorpay' for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Xcode: 10.1 React Native: 0.58.3 react-native-razorpay: 2.0.19

CC: @iThink32

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:34 (17 by maintainers)

github_iconTop GitHub Comments

1reaction
cuirhongcommented, Mar 19, 2021
  1. Before ‘Archive’
  2. Execute ‘flutter build ios --release’
flutter build ios --release
  1. continue ‘Archive’
1reaction
Jibin2015commented, Feb 11, 2019

@iThink32 Thank you so much. It worked for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

iOS - Archiving "bitcode bundle" could not be generated - Flutter
This issue is in my latest build . I am able to build the product and its also running properly on iOS devices....
Read more >
Bitcode linker errors in Release | Apple Developer Forums
ld: bitcode bundle could not be generated because '/Development/DSCore/build/Release-appletvos/libDSCore_AppleTV.a(Matrix_Struct.o)' was built without full ...
Read more >
Error in iOS archive error: bitcode bundle could not ... - GitHub
After finished the integration, App can run, then Xcode-> Product-> Archive occur error. ... When I set Enable Bitcode = NO or delete...
Read more >
[Solved]-iOS - Archiving "bitcode bundle" could not be generated
Implementing below 2 steps in Xcode solved this issue. Runner -> ['ENABLE_BITCODE'] = 'NO'; File -> workspace settings --> Build system --> set...
Read more >
Bitcode Bundle Could Not Be Generated (While ... - ADocLib
Bitcode Bundle Could Not Be Generated (While Archiving) Because Static Framework (.Framework) Was Built Without Full. When i select product> archive then its ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found