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

后端 未结 4 852
独厮守ぢ
独厮守ぢ 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:47

    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.

提交回复
热议问题