更新Xcode14后低版本iPhone调试报错

dyld: Library not loaded: /usr/lib/swift/libswiftCoreGraphics.dylib
Referenced from: /var/containers/Bundle/Application/…/….app/…
Reason: image not found

这是缺少libswiftCoreGraphics
在这里插入图片描述
直接导入libswiftCoreGraphics即可解决
在这里插入图片描述

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注