Skip to content
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

dyld: Library not loaded: @rpath/libswiftCore.dylib error On Xcode 10.2 #163

Closed
sivakumar-cf opened this issue Mar 26, 2019 · 3 comments
Closed

Comments

@sivakumar-cf
Copy link
Contributor

sivakumar-cf commented Mar 26, 2019

Getting crash at app launch On Xcode 10.2
You might be required to support Swift 5 as well.
I am using this library from pod 'razorpay-pod'

  dyld: Library not loaded: @rpath/libswiftCore.dylib
  Referenced from: /Users/xxxx/Library/Developer/CoreSimulator/Devices/B482F16E-E739-43F7-ACEA-62C22E64F1C0/data/Containers/Bundle/Application/5B25C106-382B-46E6-B086-65B330100916/xxxxx.app/Frameworks/Razorpay.framework/Razorpay
  Reason: image not found

Originally posted by @sivakumar-cf in #106 (comment)

@sivakumar-cf sivakumar-cf changed the title Got the same error On Xcode 10.2 dyld: Library not loaded: @rpath/libswiftCore.dylib error On Xcode 10.2 Mar 26, 2019
@lokeshpayani7
Copy link

im also getting same issue after updating the latest XCODE 10.2

@philly25
Copy link
Contributor

philly25 commented Apr 1, 2019

So looks like updating razorpay-pod version to 1.1.0 fixes the problem.

Just update your pods with pod update.

@sivakumar-cf
Copy link
Contributor Author

Thanks, @philly25 will try

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants