xcode architecture x86_64问题

问题描述

xcode architecture x86_64问题

Undefined symbols for architecture x86_64:
"_crc32", referenced from:
-[ZipArchive addFileToZip:newname:] in ZipArchive.o
zipWriteInFileInZip in zip.o
_unzReadCurrentFile in unzip.o
"_deflate", referenced from:
_zipWriteInFileInZip in zip.o
_zipCloseFileInZipRaw in zip.o
"_deflateEnd", referenced from:
_zipCloseFileInZipRaw in zip.o
"_deflateInit2
", referenced from:
zipOpenNewFileInZip3 in zip.o
"_get_crc_table", referenced from:
_zipOpenNewFileInZip3 in zip.o
_unzOpenCurrentFile3 in unzip.o
"_inflate", referenced from:
_unzReadCurrentFile in unzip.o
"_inflateEnd", referenced from:
_unzCloseCurrentFile in unzip.o
"_inflateInit2
", referenced from:
_unzOpenCurrentFile3 in unzip.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

解决方案

http://www.xcoder.cn/index.php/archives/272

时间: 2024-11-01 06:42:19

xcode 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集成环信SDK出现symbol(s) not found for architecture x86_64问题

问题描述 工程里面除了环信的SDK外还有另一个SDK,other linker 里面写-ObjC的话会出冲突,改成-force_load 加 静态库路径的话会出现symbol(s) not found for architecture x86_64问题,怎么解决? 解决方案 解决方案二:lib 静态库,包含连个静态库libEaseMobClientSDK.a和libEaseMobClientSDKLite.a. libEaseMobClientSDKLite.a不包含实时语音功能,libEase

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

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 libEaseMobClientS

ld: 1798 duplicate symbols for architecture x86_64

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

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

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

symbol(s) not found for architecture x86_64

问题描述 解决方案 将parse三方,以及相关报错方法删除即可.可参考该回答.http://community.easemob.com/question/4819

xcode打包时候出现2个错误,网上各种方法都无法解决

问题描述 xcode打包时候出现2个错误,网上各种方法都无法解决 `Ld /Users/Arcia_J/Library/Developer/Xcode/DerivedData/Cube-cxuuufrilllthcekkemlsdiswdom/Build/Intermediates/ArchiveIntermediates/Cube/IntermediateBuildFilesPath/UninstalledProducts/Cube normal x86_64 cd /Users/Arcia_

Xcode 7.1 环信sdk集成问题

问题描述 在Xcode 7.1中集成EaseMobSDK和EaseUI,开始按照教程集成EaseMobSDK能够成功运行,接下来集成EaseUI时遇到问题:ld: 64 duplicate symbols for architecture x86_64clang: error: linker command failed with exit code 1 (use -v to see invocation) linker的设置为 -force_load ...SDKLite.a,如果改成SDK.