长沙做网站seo,中国站长,东莞网站制作企业网站,南宁网站制作建设当前Xcode版本14.2#xff0c;测试机iOS版本16.4, 结果出现提示#xff1a;Failed to prepare the device for development#xff0c;经过Clean,重装都无效#xff0c;最后发现其他人也有类似的问题 https://developer.apple.com/forums/thread/714388 PS#xff1a;首先…当前Xcode版本14.2测试机iOS版本16.4, 结果出现提示Failed to prepare the device for development经过Clean,重装都无效最后发现其他人也有类似的问题 https://developer.apple.com/forums/thread/714388 PS首先把升级之前的arc文件复制出来arc文件的目录如下
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib 一、升级xcode版本更新到xcode14.3 升级完xcode版本以后运行以前的项目就报错提示错误 File not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a
二、下载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