错误:
Assertion failed: (false && "compact unwind compressed function offset doesn't fit in 24 bits"), function operator(), file Layout.cpp, line 5758.
翻译:
断言失败:(false&&“压缩展开压缩函数偏移量不适合24位”),函数运算符(),文件Layout.cpp,第5758行。
解决:在Other Linker Flags中添加-ld_classic

参考链接:Xcode15适配 - 知乎
文章描述了在使用Xcode15时遇到的一个编译错误,涉及压缩展开压缩函数的24位偏移问题。解决方案是在构建设置中的OtherLinkerFlags添加-ld_classic选项。
410

被折叠的 条评论
为什么被折叠?



