-
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
Incompatible Swift version (unknown ABI version 0x07) #189
Comments
Try using version 2.0.20 of razorpay react native package, current one works with xcode10.2 only. |
In lower version razorpay react native package is possible to run in xcode 10.1? Is possible in which version will work ? |
Yes, it's possible |
version 2.0.20 should work. |
I'm tried version 2.0.20 in xcode 10.1. Above mention error only occurs. |
Can you verify if
|
It's working fine in version 2.0.20. |
I'm getting the below error while run in iOS:
Razorpay compiled with newer version of Swift language (unknown ABI version 0x07) than previous files (unknown ABI version 0x06)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Platform Version:
react-native: "0.56.0",
X code : 10.1
Attached the screenshot for your reference.
The text was updated successfully, but these errors were encountered: