I get this error:
Undefined symbols for architecture i386: "_OBJC_CLASS_$_ASIHTTPRequest", referenced from: objc-class-ref in FirstViewController.o "_OBJC_CLASS_$_SBJsonParser", referenced from: objc-class-ref in FirstViewController.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Note. I added basic framework graphics, system configuration, mobile base services, libz.dylib, libz.1.2.5.dylib, CF Network, UI Kit and Foundation. I searched all the forums and spent almost 4 days, but I just could not find a reason.
When I comment on my lines ASIHTTPRequest and SBJSON, it works fine. I added all the classes for ASIHTTPRequest and SBJSON and tested three times. Can anyone suggest what I'm doing wrong?
source share