Latest casualty of dyld: Library not loaded: @rpath/libswiftCore.dylib

I am trying to use the CloudRail library. My app is a pure Objective C app and the CloudRail library contains some swift.

I have tried everything I can:

Always embed swift standard libraries is YES

Run seach paths = $(Inherited) and @executable_path/Frameworks

I have revoked and recreated development certificates (do I need to also recreated production certifications for just running in simulator?)

I have reloaded AWWWDA (apple word wide developer relations certification authority)

All certificates have trust as system defaults.


Please help. This is killing me.



dyld: Library not loaded: @rpath/libswiftCore.dylib

Referenced from: /Users/......../Frameworks/CloudrailSI.framework/CloudrailSI

Reason: image not found

Replies

I revoked/rebuilt both developer and release certificates.... nothing.

I see in xcode copying swift standard libraries but nothing.

So irritating. I created a brand new Objective-C project, added CloudRail, then the failure still happens.

Sent it to DTS. There's no obvious answer.