
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
解决方法:
复制路径 " /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib " 使用快捷键 cmd+shift+g 进入目录并创建一个arc文件夹

进入 https://github.com/KingSering/Libarclite-Files.git 下载缺失的文件 放入新建的arc文件夹内,重新启动xcode生效即可