I accidentaly remove target in my previews project and i decided to create new one and import files. I added all frameworks and copy my AppDelegate files. When i build project i have this error.
Undefined symbols for architecture i386: "_OBJC_CLASS_$_AppDelegate", 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)
Please help..