(转)xcode报错:Undefined symbols for architecture x86_64

Posted wodehao0808

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了(转)xcode报错:Undefined symbols for architecture x86_64相关的知识,希望对你有一定的参考价值。

操作:直接引入第三方文件

报错如图:

技术图片

原因:引入的第三方文件未被编译

解决一:下图配置处添加要编译的文件

技术图片

解决二:使用 Add Files to 项目 依次添加所有文件

重新编译,成功。

以上是关于(转)xcode报错:Undefined symbols for architecture x86_64的主要内容,如果未能解决你的问题,请参考以下文章

xcode 13.3.1 模拟器编译 Undefined Symbol: _RCTRegisterModule等问题

xcode 13.3.1 模拟器编译 Undefined Symbol: _RCTRegisterModule等问题

[转]"undefined reference to" 问题解决方法

Xcode有关lstdc++报错

The method getDispatcherType() is undefined for the type HttpServletRequest 升级到tomcat8(转)

jquery升级到新版本报错[jQuery] Cannot read property ‘msie’ of undefined错误的解决方法(转)