Undefined symbols for architecture i386:
"_OBJC_CLASS_$_PHAppDelegate", referenced from:
objc-class-ref in main.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
All I did is I added the philips hue SDK and I replaced the app delegate files with PHAppDelegate.h and .m. and then I changed main.m to work with the new app delegate files and when I built, I got this error. Any insight?