美文网首页
xcode14打出来的包,在iOS11以下的系统发生崩溃

xcode14打出来的包,在iOS11以下的系统发生崩溃

作者: 莼蓝Oo | 来源:发表于2022-09-22 16:50 被阅读0次

dyld: Library not loaded: /usr/lib/swift/libswiftCoreGraphics.dylib
Referenced from: /var/containers/Bundle/Application/24043C4D-3FCF-431B-88C6-C10324272C25
Reason: image not found
Message from debugger: Terminated due to signal 6

解决方法:
Build Phases -> Link Binary With Librarires 里面添加libswiftCoreGraphics.tbd

相关文章

网友评论

      本文标题:xcode14打出来的包,在iOS11以下的系统发生崩溃

      本文链接:https://www.haomeiwen.com/subject/cnunortx.html