Xcode升级15.2报错

发布于 2024-04-05 16:54:32

报错如下

解决方法:

打开工程,找到build Settings,输入Other linker Flags或者Other,

添加“-ld64”即可

参考链接:https://stackoverflow.com/questions/77139621/xcode-15-undefined-symbols-linker-command-failed-with-exit-code-1-use-v-to-s

0 条评论

发布
问题