cocoa异步请求 and libxml2.dylib(2)
发布时间:2021-06-07
发布时间:2021-06-07
paths",然后在path中添加 /usr/include/libxml2
这样就ok了,可以根据官方的教程来学习了.
/ASIHTTPRequest/How-to-use
我下了一个sample code XMLPerformance 解析xml,我建了一个工程照着上面做,但是编译时提示错误,error libxml/tree.h: No such file or directory我立刻想到没有add Frameworks ,我把
libsqlite3.dylib 和 libxml2.dylib都加进去了,但是还是报错。error libxml/tree.h: No such file or directoryAn error on the .h is a compile-time error with your Header Search Paths, not a .dylib or a linker error.You have to ensure that
/usr/include/libxml2 is in your Header Search Paths in your Release configuration。
在iphone开发中,异步操作是一个永恒的话题,尤其当iphone手机需要和远程服务器进行交互时,使用异步请求是很普遍的做法。
通常,这需要NSURLConnection和NSOperation结合起来使用。这方面的资料网络上自然有不少的介绍,不过要找一个能运行的代码也并不容易。许多文章介绍的并不全面,或者使用了过时的SDK,在新IOS版本下并不适用(当前最新的ios是4.2了)。这些代码很经典,但仍然很容易使人误入歧途。
上一篇:春颂阅读及答案