5

This question have been asked a lot of times, yet i am asking it again. Because none of the solutions worked for me.

dyld: Library not loaded: @rpath/libswiftCore.dylib
  Referenced from: /var/containers/Bundle/Application/A5F11EB9-3A99-4A28-A074-B9E17819C3A1/Notes.app/Notes
  Reason: image not found

I am on Xcode 7.3 and using Swift 2.2.

I have tried almost all of the approach from the following posts:

But none of those seems to work for me. I am totally going crazy. Can anyone please help me?

pkamb
  • 33,281
  • 23
  • 160
  • 191
  • Are you doing any code-signing outside of the Xcode build process? If you are then you are likely not re-signing the dylibs before re-signing the .ipa file. I had that problem... – Putz1103 May 13 '16 at 19:09
  • Possible duplicate of [dyld: Library not loaded: @rpath/libswiftCore.dylib](http://stackoverflow.com/questions/26024100/dyld-library-not-loaded-rpath-libswiftcore-dylib) – UKDataGeek Dec 31 '16 at 02:08
  • This appears to be a duplicate of http://stackoverflow.com/questions/26024100/dyld-library-not-loaded-rpath-libswiftcore-dylib where I managed to find a fix. – UKDataGeek Dec 31 '16 at 02:09

0 Answers0