Reputation: 2151
Good Day!
I tried to recreate the sample TTFacebook Project of the three20 samples in an XCode4 IDE, but I got this error about TTURLJSONResponse
Undefined symbols for architecture i386: "_OBJC_CLASS_$_TTURLJSONResponse", referenced from: objc-class-ref in FacebookSearchFeed.o ld: symbol(s) not found for architecture i386 collect2: ld returned 1 exit status
thanks, much love and respect
Upvotes: 0
Views: 879
Reputation: 3955
Make sure you added Three20:extThree20JSON+YAJL or Three20:extThree20JSON+SBJSON to your project (either manually or via ttmodule.py), also make sure they compile fine (look if the binaries are not red in your project Build Phases).
Upvotes: 1