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

前端 未结 27 2738
我在风中等你
我在风中等你 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:30

    Oh yes. I've faced with that problem spending hours on solution. You may try to set "Always Embed Swift Standard Libraries" to "Yes" under your Build Settings > Build Options

    (don't forget to shift+cmd+K your project after)

提交回复
热议问题