Code: Select all
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_SmartFoxiPhoneClient", referenced from:
objc-class-ref in MySFS.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)I tried to change the instantiation of the smartfox object from the SmartFoxiPhoneClient object to SmartFox2XClient. When I do that my project compiles, but the app crashes uppon connecting with no error just (gdb) :
Code: Select all
2012-02-22 10:31:11.262 MySFSExample[10241:707] [SFS - INFO]sending handshake request: isReconnection : NO
(gdb)
