You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So Im able to make razor pay run on ios emulator but when i try to install that on phone i get this build error
iphoneos/libRazorpayCheckout.a(RazorpayCheckout.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64
So Im able to make razor pay run on ios emulator but when i try to install that on phone i get this build error
iphoneos/libRazorpayCheckout.a(RazorpayCheckout.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64
I downloaded the bit code version file file from and did the manual installtion
https://github.com/razorpay/razorpay-ios-sample-app/releases/tag/v0.15.0
and
http://downloads.razorpay.com/Razorpay.framework-0.15.0-bitcode.zip
Both dint gives the same compiling
However it works if i set the enabled bit code setting to false on project build setting
The text was updated successfully, but these errors were encountered: