I need to use some controllers from one of my project to another so i am trying to add that Xcode project to my project but i am not sure how can access those controller in my new project.
Here is an example.
OLDProject.XcodeProj
- XXXXXController.h
- XXXXXController.m
NewProject.XcodeProj
I am adding OLDProject.XcodeProj to newProject.
now i needs to import XXXXXController.h file in this project
I want to do without creating static library.