I\'m currently develop an swift SDK.
When compile the sample with the swift SDK, I got an error
dyld: Library not loaded: @rpath/MyDSK.framework/ODBl
LOP_Luke's solution only half did it for me. After I added my embedded frameworks to the "Embedded Binaries" in the General tab, I had to go to "Build Settings" and check "Embedded Content Contains Swift Code" to YES. By default it is set to NO.
Followed by cleaning and building. Enjoy!