一、Assertion failed: (false && "compact unwind compressed function offset doesn't fit in 24 bits"), function operator(), file Layout.cpp, line 5758
linker command failed with exit code 1 (use -v to see invocation)

image
解決方案:
在 Project->target->Build Settings->Other linker Flags 路徑下,添加 -ld64

image
二、固化私有組件報(bào)錯(cuò):clang: error: SDK does not contain 'libarclite' at the path xxx (可歸類為:缺失 libarclite_iphoneos.a)
解決方案:
因?yàn)樾枰付ò姹镜接刑厥庖螅ê孟袷菑?4.3.1,我是直接從14.2升級到15.0),可以考慮從其他版本的Xcode拷貝
使用訪達(dá),文件前往:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/
拷貝整個(gè)arc 文件夾到自己的對應(yīng)位置

image
作者:西門吸雪
鏈接:http://www.itdecent.cn/p/5b2fbf51b105
來源:簡書
著作權(quán)歸作者所有。商業(yè)轉(zhuǎn)載請聯(lián)系作者獲得授權(quán),非商業(yè)轉(zhuǎn)載請注明出處。