dyld: Library not loaded: @rpath/libswiftCore.dylib / Image not found

前端 未结 27 2777
我在风中等你
我在风中等你 2020-11-27 14:01

I am running my app from xcode to my iOS device and I get this and black screen on iOS device.

Console text:

dyld: Library not loaded: @rpath/libswif         


        
27条回答
  •  萌比男神i
    2020-11-27 14:43

    I had this same issue. I ended up adding the framework in the following locations:

    1. General > Embedded Binaries
    2. General > Linked Frameworks and Libraries
    3. Build Phases > Link Binaries with Libraries

    The embedded binaries seemed to be the key for me.

提交回复
热议问题