英文:
Link failed in Xcode15
问题
Assertion failed: (false && "Malformed property list"), function getProperties, file ObjC.cpp, line 241.
当我使用Xcode 15构建我的项目时,链接失败。
如何修复它?
英文:
Assertion failed: (false && "Malformed property list"), function getProperties, file ObjC.cpp, line 241.
when i use xcode15 build my project, but link failed.
How to fix it?
答案1
得分: 1
"-ld64" 添加其他链接标志。
英文:
other link flags add "-ld64"
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论