I'm trying to use ASIHTTP in my app. I had some probelms importing and linking everything right, but I found all the answers here except one. I get a "Apple mach-o linker error" for many items, all referenced from a ASIWebPageRequest class methods in a file called "ASIWebPageRequest.o". I don't really know where to find this file and how to fix this issue, Anyone has a clue?
Thanks, Yonathan
Edit - Fixed it by adding libxml2.dylib to my project, for some reason it is not included in http://allseeing-i.com/ASIHTTPRequest/Setup-instructions. I just compared the frameworks included in ASIHTTPRequest demo projects to mine and found out it was missing.
ASIHttpRequest
since it is no longer maintained. AFNetworking is a popular alternative. – Mike D