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

前端 未结 27 2758
我在风中等你
我在风中等你 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条回答
  •  南方客
    南方客 (楼主)
    2020-11-27 14:36

    None of the above solutions worked for me. I changed the iPhone Developer Certificate trust settings in Keychain. It should be Always Trust. Change it to Use System Defaults. Double click the certificate in Keychain to open the option screen Discovered that from this blog

提交回复
热议问题