問題描述

截屏1.png
File not found: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a
問題分析
明顯是我們的xcode目錄下文件缺失
打開finder,選擇前往文件夾,
輸入 /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib
M芯片:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib

finder.png
前往后發(fā)現沒有arc文件夾,可能是xcode升級后丟失了,不急。
問題處理
新建arc文件夾
通過鏈接下載.a文件
放入新建的arc文件夾中,重新編譯,完成。