Undefined symbols for architecture x86_64:

问题描述

具体问题如下Undefined symbols for architecture x86_64: "webrtc::FIRFilterSSE2::FIRFilterSSE2(float const*, unsigned long, unsigned long)", referenced from: webrtc::FIRFilter::Create(float const*, unsigned long, unsigned long) in libEaseMobClientSDK.a(fir_filter.o)ld: symbol(s) not found for architecture x86_64clang: error: linker command failed with exit code 1 (use -v to see invocation)

解决方案

你的other linker 那里是怎么加的,截图
解决方案二:
这样
解决方案三:
改成-ObjC。然后删掉一个.a库。如果你用到实时语音和视频,就保留libEaseMobClientSDK.a。如果没有用到,就保留libEaseMobClientSDKLite.a。

时间: 2024-09-02 10:04:00

Undefined symbols for architecture x86_64:的相关文章

模板-Undefined symbols for architecture x86_64

问题描述 Undefined symbols for architecture x86_64 请大神帮忙看看,用Xcode里的C++自己写了扩展的队列数据结构出现Undefined symbols for architecture x86_64 问题 第一次尝试写类模板 不知道是什么原因出现这种问题 请大神帮忙看看 解决方案 解决方案二: 解决方案三: 自己解决了问题 原来是子类包含的文件是应该是 .cpp 而不是.h

iOS libHyphenateFullSDK.a(utils.o) Undefined symbols for architecture x86_64

问题描述 解决方案 添加libiconv.tdb依赖库解决方案二:谢谢!

Undefined symbols for architecture armv7

This problem has been driving me crazy, and i can't work out how to fix it... Undefined symbols for architecture armv7: "_deflateEnd", referenced from: -[ASIDataCompressor closeStream] in ASIDataCompressor.o "_OBJC_CLASS_$_ASIDataDecompress

iOS环信SDK 导入Demo中3rdparty里面的VoiceConvert这个库,会报Undefined symbols for architecture i386

问题描述 iOS环信SDK 想集成Demo中已经写好的UI,导入Demo中3rdparty里面的VoiceConvert这个库,会报Undefined symbols for architecture i386,删掉就能正常运行. 解决方案 你对照demo看下,是不是少库.

集成EaseUI编译报错Undefined symbols for architecture armv7

问题描述 集成EaseUI报错 ld: symbol(s) not found for architecture armv7 解决方案 解决了

iOS Undefined symbols for architecture arm64:

问题描述 我对照demo把 Build Phases  中的framework都加进来了 , 还是报错 , 解决方案 解决方案二:缺SDK,你用fullSDKlib文件夹下只能保留一个.a 文件

ld: 1798 duplicate symbols for architecture x86_64

问题描述 解决方案 将lib文件夹的lite.a包删除解决方案二:删除了还是报这个错为什么解决方案三:报错截图贴一下解决方案四:这个解决了,貌似是我的xcode问题,真机可以使用,模拟器报错解决方案五:我也是这个问题,官方的ChatDemo-UI3.0模拟器能跑,换了自己的项目就是真机能跑.模拟器不能跑

xcode architecture x86_64问题

问题描述 xcode architecture x86_64问题 Undefined symbols for architecture x86_64: "_crc32", referenced from: -[ZipArchive addFileToZip:newname:] in ZipArchive.ozipWriteInFileInZip in zip.o _unzReadCurrentFile in unzip.o "_deflate", reference

mac编译C语言出现symbol not found for architecture x86_64

问题描述 mac编译C语言出现symbol not found for architecture x86_64 我是在mac电脑的终端直接make all的,有makefile文件 Undefined symbols for architecture x86_64: ""_test_yylex_internal"" referenced from: _main in test_yylex-23b473.o ld: symbol(s) not found for ar