缘来路过 发表于 2015-12-31 02:07:30

ASIHttpRequest (Using ASIHTTPRequest in a Mac OS X project)

  
  To use ASIHTTPRequest in a Mac project, you'll need to link against:

[*]SystemConfiguration.framework + zlib (as above)
[*]CoreServices.framework
CFNetwork is part of the CoreServices framework on Mac OS X. Unless you are writing a console-based application, your application is probably already setup to link with CoreServices, but if not, simply add CoreServices.framework in the same way as described above(see Using ASIHTTPRequest in a iPhone Project).
  
页: [1]
查看完整版本: ASIHttpRequest (Using ASIHTTPRequest in a Mac OS X project)