-
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
razorpay not working in iOS using Xcode 10 #187
Comments
Which Xcode version is it, specifically? Latest version of SDK works only with Xcode 10.2, for 10.1 you can install v1.0.28 |
I am using Xcode 10.1, Let me try again with Xcode 10.2 and I will let you know. Give me few hours to get back to you. |
Still getting below error : info ld: warning: Could not find auto-linked framework 'Razorpay' info objc-class-ref in libRazorpayCheckout.a(RazorpayCheckout.o) info ld: symbol(s) not found for architecture x86_64 info clang: error: linker command failed with exit code 1 (use -v to see invocation) info error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening rzrPaayyy.xcodeproj ** BUILD FAILED ** The following commands produced analyzer issues: The following build commands failed: |
You've to add Razorpay.framework in embedded frameworks section of your project build settings. |
Yes it worked by manual installation only. No automatic installation working by running comment react-native link react-native-razorpay. However below link is working : https://github.com/razorpay/react-native-razorpay/wiki/Manual-Installation |
I have tried with automatic as well as manual installation. Also followed the video and each step but still getting below error :
dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /Users/team/Library/Developer/CoreSimulator/Devices/BDD261DA-5D3D-4DAB-A13B-3C49B52DFE24/data/Containers/Bundle/Application/078AEA8D-988B-43DF-806D-20FF0B71468E/rzrPay.app/Frameworks/Razorpay.framework/Razorpay
Reason: image not found
The text was updated successfully, but these errors were encountered: