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/ODBlockChainWallet
Referenced from: /Users/{}/Sample.app/Sample
Reason: image not found
And if I go on the referenced folder, I can see the swift SDK T_T
Any idea?