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

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

    LOP_Luke's solution only half did it for me. After I added my embedded frameworks to the "Embedded Binaries" in the General tab, I had to go to "Build Settings" and check "Embedded Content Contains Swift Code" to YES. By default it is set to NO.

    Followed by cleaning and building. Enjoy!

提交回复
热议问题