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).

posted @ 2011-08-19 11:10  真相天下  阅读(312)  评论(0)    收藏  举报