dyld: Library not loaded: @rpath/MyDSK.framework/MyDSK -> SWIFT iOS 8.0

后端 未结 4 863
独厮守ぢ
独厮守ぢ 2020-12-25 12:55

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         


        
4条回答
  •  臣服心动
    2020-12-25 13:32

    Maybe you forgot to add the Copy Files Build Phase in your projects targets with "Framework" as destination

提交回复
热议问题