-
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
Facing the issue image not loaded #174
Comments
Issue seems to be incompatibility of old version of react-native-razorpay with xcode10.2/swift 5. We had published a new version - 2.1.0, please install that. |
After updating to the latest version, now I am getting this error. Not running swift-stdlib-tool: ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES is enabled, but the product type 'Static Library' is not a wrapper type. |
I am in the queue. Same error. Can you guys please revert to this. |
We are able to reproduce the issue for projects in Objective-C. We are actively looking into the issue. |
@pronav @AbhinavArora95 @iThink32 any update on this? This issue is blocking our app release. |
Updated plugin, it should work now. previous version works in device but not simulator. Reason was an issue in XCode10.2 didn't let single framework support both simulator and device architectures (https://developer.apple.com/documentation/xcode_release_notes/xcode_10_2_release_notes/#3141454) |
Hi Razorpay Team,
I am still facing the issue of Image not found and also I am not able to
install the build on the simulator. Please help me with this.
Thanks & Regards
Gautam Kumar
(+91 8130940149)
…On Fri, Apr 19, 2019 at 11:23 PM Pranav Gupta ***@***.***> wrote:
Updated plugin, it should work now. previous version works in device but
not simulator. Reason was an issue in XCode10.2 didn't let single framework
support both simulator and device architectures (
https://developer.apple.com/documentation/xcode_release_notes/xcode_10_2_release_notes/#3141454
)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#174 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABTGZNHPR5PG7FPIQD62DPTPRIBJFANCNFSM4HFNZANQ>
.
--
GAUTAM KUMAR
|
@atulmy @akshaykumar12527 @gssinghgautam can you confirm if |
@pronav After enabling bit code it's still giving the error while installing on the simulator and also the Image not loaded error when installing from the diwai link. |
Please update to latest version. |
@pronav I have already updated to the latest version of razorpay i.e 2.1.22 |
@pronav As discussed with you over the call, I have already mentioned this to you. |
dyld: Library not loaded: @rpath/libswiftCore.dylib Please help me with this. |
@pronav 2.1.3 version is working fine. Thanks for the help. Now I am closing this thread. |
i am also facing isssue : dyld: Library not loaded: @rpath/Razorpay.framework/Razorpay xcode version: 10.1 |
Facing the same issue:
Xcode: 10.2.1 This is a blocking issue for us at the moment. Swift help is appreciated. |
Can you check if
If not, razorpay plugin is not the latest version, and you need to update it. Secondly, ensure that Razorpay framework is added in both the "Embedded Binaries" and "Linked Frameworks and Libraries" under "Target settings - General". Also, |
Hi @pronav, Yes. I have checked all three.
I have tried using multiple simulators as well. Would prefer to get on a screen-share to sort this out asap, if that is feasible. |
Sure, please message me at [email protected] |
@vikaskhandekar001 you either need to upgrade xcode to 10.2, or use version 2.0.20 of react-native-razorpay package. |
we are facing same error in ionic, everything is latest version dyld: Library not loaded: @rpath/libswiftCore.dylib |
@pronav Thanks Buddy ....razorpay version 2.0.20 is working fine with Xcode 10.1 |
@pronav Hello Pranav! WE have already enabled BitCode and enabled Could you please help resolve the issue? Can we have a shared screen? |
I am having a similar problem: I have done everything mentioned above. Please help. Very Critical. dyld: Library not loaded: @rpath/Razorpay.framework/Razorpay macOS Version: 10.14.6 (18G84) |
was facing the same issue, |
@michaelspeed still you are facing issue related to image not found? |
@michaelspeed try to include Razorpay.framework in Target > General Settings> Framework, Libraries and Embedded Content section, set the Embed status of Razorpay.framework to Embed & Sign. If the framework is not there then Drag the Razorpay.framework file from the Libraries folder and drop it under the root folder. |
I am also facing issue in ios: dyld: Library not loaded: @rpath/Razorpay.framework/Razorpay |
@SatyaRedian : Which version are you using of react-native-razorpay, also please check the new Auto Link for integrating the new SDK. |
Thank you for your reply @Nautiyalsachin, I am using "react-native-razorpay": "^2.1.32", version and "react-native": "0.60.5", but only i am getting same issue. |
@SatyaRedian: Have you tried the mentioned step from here, mentioned in Readme? |
Yes, @Nautiyalsachin , in Android it is working but in iOS getting same error. |
@SatyaRedian which version of Xcode you are using? You can refer provided link for more clarification Let me know if you still facing issues after following steps that I provided in demo. |
@SatyaRedian : I'll suggest you create a sample app first and try to replicate it in that. Here are the steps you can follow : -
|
Thank you @SahilKKothari @Nautiyalsachin, I am using Xcode: Version 10.1 (10B61) and follow these steps:
But i am getting : dyld: Library not loaded: @rpath/Razorpay.framework/Razorpay |
@SatyaRedian : Please update your Xcode to the latest 11.3, the SDK is not supported for Xcode 10.1, you have to update it to the latest version and if you use Cocoapods then these issues won't be there. |
@SatyaRedian : Please update to Xcode 11.1 or newer version. |
Okay, Sure I will upgrade and get back to you. |
Xcode 11.1 or newer version working perfectly. Thank you @RazorPayTeam. |
dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /Users/kunwar/Library/Developer/CoreSimulator/Devices/0BF83DEB-10AF-4E9E-B164-4A996801D58F/data/Containers/Bundle/Application/18DB00FE-64B7-464C-A541-4D7ABC9271B3/milkbasket_native_app.app/Frameworks/Razorpay.framework/Razorpay
Reason: image not found
Did everything mentioned in the manual installation guide as well as followed the integration video, but no luck. Please help me with this.
The text was updated successfully, but these errors were encountered: