Library not loaded: @rpath/libswiftCore.dylib image not found?

Hello !


dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from: /Users/[user]/Library/Developer/Xcode/DerivedData/Build/Products/Debug-iphonesimulator/PromiseKit.framework/PromiseKit Reason: image not found

Reading other posts, I checked

Runpath Search Paths

$(inherited)

@executable_path/Frameworks

@loader_path/Frameworks

  • Embedded Content Contains swift Code to 'YES'
  • 'OU' parameter in my certificates
  • updating cocoapods, xcode
  • deleting derived datas, reinstalling my pods, cleaning

It happened when I updated PromiseKit Pod to version 3.0 that is in Swift now.


It is still not working, does somebody have any idea ? Thanks

Check this thread, it may be related to this issue where you need to install the WWDR certificate:


< https://forums.developer.apple.com/message/43547#43547>

Library not loaded: &#64;rpath/libswiftCore.dylib image not found?
 
 
Q