您的位置:首页 > 移动开发 > Swift

[解决]dyld: Library not loaded: @rpath/libswiftCore.dylib / Image not found

2015-09-13 16:44 274 查看
错误内容:

dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /private/var/mobile/Containers/Bundle/Application/10DB2FE8-EF09-4857-B4AC-0DB2E4419D6F/App-Name.app/App-Name
Reason: image not found
(lldb)


修复方式:your_target ->
Build Settings -> Linking -> Runpath Search Paths 加入下面的运行Frameworks路径
@executable_path/Frameworks
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: