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

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

    The following has worked for me:

    • "Embedded Content Contains Swift Code" to YES
    • Clean
    • Rebuild

    (I suspect, although I cannot prove, that it's really the Clean that fixes this.)

提交回复
热议问题