I recently updated xcode and as a result began getting the following error when compiling code which uses ASIHTTPRequest:
Undefined symbols for architecture i386: "_OBJC_CLASS_$_ASIHTTPRequest", referenced from: objc-class-ref in TargetAddressCaptureViewController.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have already tried linking: libz.dylib, libz.1.1.3.dylib, libz.1.2.5.dylib
Any suggestions?