Benedict Cohen
Benedict Cohen

Reputation: 11920

Xcode 4, subproject import problem

I want to add a project as a subproject. When I drag the subproject into the main project it appears as a file reference rather than subproject. The picture below explains the problem:

Xcode subproject import problem

Upvotes: 12

Views: 1654

Answers (2)

Sahara Pune
Sahara Pune

Reputation: 129

Answer is simple.Just close that project and again open that project then you'll get that subproject.I too faced this problem so I did like this.

Upvotes: 0

Benedict Cohen
Benedict Cohen

Reputation: 11920

The solution is to ensure that the subproject is not open. Once the project is closed Xcode can add the project as a subproject.

Upvotes: 21

Related Questions