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

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

    I had the same error message, this is how I solved it : This is happening because i changed bundle identifier, so i just put old bundle id and it started to work again

提交回复
热议问题