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
I was having this problem and was able to fix it by adding the Swift framework (MySDK.framework) to the "Embedded Binaries" section of the "General" tab of the Xcode project settings. Then deleting the derived data and rebuilding.