
广告
Xcode 14.5运行老项目报错解决方案
在Xcode 14.5中运行老项目时出现以下错误:
Assertion failed: (aliasSectionNum == sectionNum && "alias and its target must be located in the same section"), function assignAliasAtomOffsetInSection, file Layout.cpp, line 3358.
解决方法
-
打开项目设置
-
导航到 Build Settings
-
找到 Other Linker Flags 选项
-
添加
-ld64
参数
配置示例: