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
/Build/Products/Debug-iphoneos/libRNIpay88Sdk.a(IpayPayment.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.
How to solve this problem?
I tried to disable bitcode for ipay88 dependency only, but still not working.
The text was updated successfully, but these errors were encountered:
I managed to get this to work by making sure that bitcode is set to Yes in the RNIpay88Sdk.xcodeproj and removing the libRNIpay88Sdk.a file from the Recovered References folder of your project.
/Build/Products/Debug-iphoneos/libRNIpay88Sdk.a(IpayPayment.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.
How to solve this problem?
I tried to disable bitcode for ipay88 dependency only, but still not working.
The text was updated successfully, but these errors were encountered: