File not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/us...

更新 Xcode 14.3 运行时报错。File not found: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a
xcode 14.3更新后arc路径缺失导致pod的引用路径全部无法正常找到。这里需要重新创建该路径及文件即可。亲测解决问题,具体步骤如下:
一、下载arc文件或者找低版本的xcode同样的路径下复制出来。这里提供两个下载地址:
https://drive.google.com/file/d/1yChsJfm5Bi3f7_yw7ihCWS4wM-Ac8H-k/edit

https://github.com/kamyarelyasi/Libarclite-文件

二、前往如下路径,并创建arc文件,把.a文件复制进去,clean一下xcode运行即可

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib

转自:https://blog.csdn.net/tiancaikuanglong/article/details/129961377

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容