ASIHTTPRequest开源类项目导入问题及解决方法

在静态库project中加入ASIHTTPRequest导出lib.a。放到project里编译出一下错:

Undefined symbols for architecture armv7:

  "_deflate", referenced from:

      -[ASIDataCompressor compressBytes:length:error:shouldFinish:] in lib.a(ASIDataCompressor.o)

  "_inflateInit2_", referenced from:

      -[ASIDataDecompressor setupStream] in lib.a(ASIDataDecompressor.o)

  "_deflateEnd", referenced from:

      -[ASIDataCompressor closeStream] in lib.a(ASIDataCompressor.o)

  "_inflateEnd", referenced from:

      -[ASIDataDecompressor closeStream] in lib.a(ASIDataDecompressor.o)

  "_kUTTagClassMIMEType", referenced from:

      +[ASIHTTPRequest mimeTypeForFileAtPath:] in lib.a(ASIHTTPRequest.o)

  "_kUTTagClassFilenameExtension", referenced from:

      +[ASIHTTPRequest mimeTypeForFileAtPath:] in lib.a(ASIHTTPRequest.o)

  "_deflateInit2_", referenced from:

      -[ASIDataCompressor setupStream] in lib.a(ASIDataCompressor.o)

  "_UTTypeCreatePreferredIdentifierForTag", referenced from:

      +[ASIHTTPRequest mimeTypeForFileAtPath:] in lib.a(ASIHTTPRequest.o)

  "_inflate", referenced from:

      -[ASIDataDecompressor uncompressBytes:length:error:] in lib.a(ASIDataDecompressor.o)

  "_UTTypeCopyPreferredTagWithClass", referenced from:

      +[ASIHTTPRequest mimeTypeForFileAtPath:] in lib.a(ASIHTTPRequest.o)

ld: symbol(s) not found for architecture armv7

clang: error: linker command failed with exit code 1 (use -v to see invocation)


解决方法:

缺系统库的原因,加入下面库

libz.dylib

SystemConfiguration.framework

MobileCoreAServices.framework

CFNetwork.framework


完毕




评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值