iOS Archiving "bitcode bundle" issue
See original GitHub issueWhen 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:
- Created 5 years ago
- Comments:34 (17 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@iThink32 Thank you so much. It worked for me.