dyld: Library not loaded: @rpath/libswiftSwiftOnoneSupport.dylib

后端 未结 8 1805
太阳男子
太阳男子 2020-12-02 23:43

I\'ve built a Swift framework and now I\'m trying to start building a Swift iOS application that will use that framework. I\'m getting this error:

dyld: Libr         


        
8条回答
  •  無奈伤痛
    2020-12-03 00:06

    You can also provide an Host Application to your test target if you don't want to add Foundation.framework to Linked Frameworks or Embedded Binaries

提交回复
热议问题