升级Xcode到15版本后,编译项目报错:Assertion failed: (aliasSectionNum == sectionNum && "alias and its target must be located in the same section"), function assignAliasAtomOffsetInSection, file Layout.cpp, line 3324.

解决方法:
TARGETS -> 项目 -> Build Settings -> Other Linker Flags -> 新增-ld64
