-
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
Not working on ios after intallation #23
Comments
On Manual Installation "OBJC_CLASS$_CTTelephonyNetworkInfo", referenced from: seemslike linking is broken |
Okie so after installing manual latest .framework files 'Razorpay/ExternalWalletSelectionProtocol.h' file not found seems like this repo xcode project is not updated with latest framework #import <Razorpay/ExternalWalletSelectionProtocol.h> |
'/Users/Dharmu/Library/Developer/Xcode/DerivedData/NightSpot-ezhvskyqpdhlzcfolnvexaxverao/Build/Products/Debug-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 |
these lib is really broken and i havent got response from any one |
@dharmusharma1981 We are looking into this issue. |
Thanks |
any updates on this issue |
Hi Razorpay team, we would really appreciate any help on this issue. It works great on Android but we just need it to get it to work on iOS and we will be good. We plan to deploy within a month. |
Our iOS lead ( @akshaybhalotia) is currently unavailable, which is why this has been taking longer than expected. However, @pronav is looking into the issue, and we expect to have this resolved soon on iOS. |
Thank you for the update @captn3m0 |
@dharmusharma1981 I've put up bitcode enabled framework over here: https://github.com/razorpay/razorpay-ios-sample-app/releases/tag/v0.15.0 Error seems to be there because this library downloads non-bitcode version by default. Can you check using bitcode version using manual install method? |
Thanks Thanks for looking into this |
Hi @pronav i m still getting this error Build/Products/Debug-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 |
@dharmusharma1981 Did you download bitcode enabled version from above link, and not the other one? Also, can you check by disabling bitcode setting in your project, to make sure this is the only error. |
@pronav Yes The same File |
Okie after disabling the bit code Setting on my project It compiled and install on my device , RazorpayCheckout.open(options).then((data) => { } Nuthing happened no razor pay lazy loading ui open |
Checking it. |
Thanks @pronav |
Hey @dharmusharma1981 , I went over the issue with @pronav and found that there seem to be steps missing from your iOS setup. I would highly recommend going over this section: https://github.com/razorpay/react-native-razorpay#additional-steps-for-linking-ios-sdk. I tested this for the latest and a couple of previous react native versions but it worked fine for me. Looks like a problem particular to your setup so closing the issue. If the need still be, we can have a TeamViewer session on Monday. Please drop an email to support(at)razorpay.com with your phone number to coordinate. |
Do U guys have any idea about it Undefined symbols for architecture x86_64: |
@dharmusharma1981 , The issue was resolved ? I am also facing the same error. Would be great if you could help! @akshaybhalotia |
@akhilkoinex Could you please elaborate, whether you are receiving the same error or is it something else ? Are you using Swift or Objective C ? Also, what minimum iOS version are you building for ? |
@AbhinavArora95 I am facing the same issue as described in the thread. Using Obj-C. iOS 8 |
Could you please download the mentioned frameworks manually and add them to your project and let us know? CoreTelephony.framework in Frameworks |
Okay. Will keep you posted.
*Akhil James*
Software Engineer, Koinex
+91 906 123 9977 <+91+906+123+9977> | blog.akhiljames.com
<http://www.facebook.com/IAmAkhilJames>
<http://in.linkedin.com/in/akhiljames>
<http://www.twitter.com/IAmAkhilJames> <http://github.com/akhiljames>
<http://angel.co/akhil-james>
…On Wed, Nov 1, 2017 at 11:53 AM, Mayur Wadpalliwar ***@***.*** > wrote:
Could you please download the mentioned frameworks manually and add them
to your project and let us know?
CoreTelephony.framework in Frameworks
SystemConfiguration.framework in Frameworks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AfCWxSnh915njUvpolX5rYMNN3Hbr-yCks5syA5bgaJpZM4NN62Z>
.
|
"react": "16.0.0-alpha.6",
"react-native": "0.43.3",
Im trying to add the example code on ios but after linkin ,
when i try to execute the open code
nuthing happens
Need help in integration of razor pay
and feel like framework file is not updated with npm
The text was updated successfully, but these errors were encountered: