-
Notifications
You must be signed in to change notification settings - Fork 107
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
iOS Archiving "bitcode bundle" issue #154
Comments
@atulmy two things , first enable bitcode on your main project and RazorpayCheckout.xcodeproj found in the libraries section. |
@iThink32 I also have the script and bitcode enabled for both main project and RazorpayCheckout.xcodeproj: |
@atulmy ideally archiving should not depend on react-native version.Can you cross check and see if your missing something? |
@iThink32 I did check and re-tried installing the framework following along with the videos for installation and archiving. Still no luck. All other 3rd party libraries in the project are working fine with updated React Native version except Razorpay. However in the development mode it works fine, so there must be an issue/bug within the library with archiving. |
@atulmy see there is no code change between debug and archive mode , now since your saying that it is failing to archive on the latest react-native version means that there is something that has changed on that version causing archive to fail.Moreover all our frameworks are built with bitcode enabled.Nonetheless make sure that you have not set build active architecture as yes for any project (main or razorpay). |
Yes, that's where I need help with. Razorpay does not support latest RN? |
@atulmy we have not received any issues with the latest version of RN , moreover if it compiles successfully it means that there is no source code issues , this is clearly a build setting issue so please try archiving our example app on the latest version and let me know if you still face any issues. |
@atulmy hey just check with the example app , if you face issues we can have a hangouts call and ill help you fix it , cool? |
Has Razorpay team already tested with latest RN? |
@atulmy yes we have run uitests of our framework on the latest version on rn |
Unfortunately due to continuous issues with Razorpay iOS integration, we have decided to find an alternative payment gateway integration meanwhile. Thank you for your support. |
@atulmy as far as my knowledge goes this is your first issue raised with us , nonetheless if ever decide to switch back you are always welcome. |
@atulmy to answer your question the example in this repo is currently using the latest version of rn to cross verify. |
@iThink32 I am also facing the same issue. I have installed the latest razorpay node module using yarn and followed manual linking given below:
I created a fresh react native project and tried this one but still not able to archive the build. It is working fine in debug mode. Any help would be appreciated! |
im also facing the same issue and have placed a support request few days ago. "Your ticket number is #369371." still no response. Update: Same issue on the sample project. using xcode Version 10.1 (10B61). |
@nikhilboranaarit @Jibin2015 have you tried the steps in this video? |
@iThink32, yes its enable, and I have tried both the script, but it didn't work. Try to archive your sample project too, it also give the same error. |
@nikhilboranaarit ok , are you free for a hangouts call? can you give me your gmail id? |
@nikhilboranaarit @Jibin2015 have a look at this link |
@atulmy ok give us a day or two , will look into this and get back to you. |
@atulmy also make sure you set the setting on the project level not on the target level. |
@iThink32 send us screenshots with your suggestions. |
@atulmy have a look at the link , it is very well explained but nonetheless we will work on it and get back to you guys. |
@iThink32 we can have a call or Team Viewer session regarding this issue today. |
@nikhilboranaarit sure can you give me your gmail id? We can have a hangouts call |
@nikhilboranaarit @Jibin2015 @atulmy we have fixed this issue from our end and released a new version on all our supported platforms. Please Update to version 2.0.20. |
Sure! Will try it & let you know the feedback and thanks for the support. |
@iThink32 Thank you so much. It worked for me. |
closing as this issue is fixed.Reopen if required. |
Hi , I am facing same issue and unable to release the app in Appstore. App is already in App Store and i want to release new version now. This issue is in my latest build . I am able to build the product and its also running properly on iOS devices. ld: bitcode bundle could not be generated because '/Users/XXX/XXX/XXX/ios/Flutter/Flutter.framework/Flutter' was built without full bitcode. All frameworks and dylibs for bitcode must be generated from Xcode Archive or Install build file '/Users/XXX/XXX/XXX/ios/Flutter/Flutter.framework/Flutter' for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) In my pod file ==> platform :ios, '10.0' Please help. Thanks, |
how we can solve this issue on building framework? Im experiencing the same with another framework. |
|
When Archiving for iOS, following error is generated:
Xcode: 10.1
React Native: 0.58.3
react-native-razorpay: 2.0.19
CC: @iThink32
The text was updated successfully, but these errors were encountered: