I am having 2 projects(ProjectA & ProjectB) in workspace. I need to access a file from ProjectA into ProjectB.
Ex:- I have a file named Test.h & Test.m in project A. I am using it in project B. I had given the header path of Test.h file in Target of Project B.
Now I am getting error as " Undefined symbols for architecture i386: "_OBJC_CLASS_$_Test2", referenced from: objc-class-ref in AppDelegate.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)"
I want to use it as a separate projects instead of library.