-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Getting dyld: Symbol not found: __T0BOWV on integrating razorpay cordova sdk in Xcode 10 #88
Comments
Any help please? |
@neha3018 add razorpay framework to embedded libraries section along with linked libraries Have a look at our integration videos , it will help you out , https://razorpay.com/docs/ios/integration-videos/ watch the video named integrating our sdk on Cordova. |
@iThink32 I had already added razorpay framework to embedded libraries and watched your integration videos.... |
@neha3018 hold on , have you updated to the latest version of our framework? if not please update and let me know if you are still facing the same issue , if so then we can have a Skype call and sort it out. |
Yes, I am using the latest framework version only. I had also used the previous versions which was working fine and there were no such issue. But for some other project I am using the latest framework, which is giving this error. |
@neha3018 ok , can you give me you Skype id so that we can have a Skype call tomorrow? |
I am getting Error
dyld: Symbol not found: __T0BOWV
Referenced from: /private/var/containers/Bundle/Application/7C864AAE-DDC5-4F4D-9982-CA047BC0ECDF/App.app/Frameworks/Razorpay.framework/Razorpay
Expected in: /private/var/containers/Bundle/Application/7C864AAE-DDC5-4F4D-9982-CA047BC0ECDF/App.app/Frameworks/libswiftCore.dylib
in /private/var/containers/Bundle/Application/7C864AAE-DDC5-4F4D-9982-CA047BC0ECDF/App.app/Frameworks/Razorpay.framework/Razorpay
(lldb)
My app is getting crashed on running in device with the given error.
I included the plugin with command
cordova plugin add com.razorpay.cordova --save
My Xcode version is 10 and Swift 4.2. Also I have set Always Embed Swift Standard Libraries of your main target to yes.
Also I have added the line
#import <Razorpay/Razorpay-Swift.h>
to the top of my Main.m file
But none of above worked for me. Whats wrong I am doing here? Thanks in advance.
The text was updated successfully, but these errors were encountered: