电脑版本:Apple M1,MacOS Sequoia 15.6.1
Xcode版本:Xcode26.1.1 (17B100) 从AppStore下载的最新的
手机版本:iPhone13PM IOS 18.6.2
项目情况:swift语言,cocoapod包管理
在连接真机或者使用模拟器编译运行的过程中报以下错误:
SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a';
try increasing the minimum deployment target
这个问题在Xcode15,16等新版本升级的时候会出现,然后从网上找到相应的libarclite放入目录的arc下面即可解决该问题。但是现在网上找不到对应的文件了。且把最小版本Deployment Target从13改成15也不行。
请问怎么弄?