I have develop xcode project and i want to use this project as one module of another project so how i can give old project reference in new project?
Asked
Active
Viewed 146 times
1 Answers
0
Just drag the first project into the window of the second project and it will automatically be added as a sub-project. You can then set up target dependencies as needed so that the sub-project will automatically get built first when needed.

Paul R
- 208,748
- 37
- 389
- 560