Undefined symbols for architecture armv7:
"_deflate", referenced from:
-[BDTTSGzipCompressor compressBytes:length:shouldFinish:] in libbdtts.a(BDTTSGzipCompressor.o)
"_deflateEnd", referenced from:
-[BDTTSGzipCompressor closeStream] in libbdtts.a(BDTTSGzipCompressor.o)
"_deflateInit2_", referenced from:
-[BDTTSGzipCompressor setupStream] in libbdtts.a(BDTTSGzipCompressor.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
收藏
点赞
0
个赞
请登录后评论
TOP
切换版块
应该是外部工程设置里面没有加上armv7吧,SDK是支持arm v7和arm 64的