Bharath
Bharath

Reputation: 2114

I am getting two projects source under "Source control navigator" in Xcode 9

In my Xcode I can see two projects source "Source control navigator" option as below, enter image description here

And so if I make commits from Xcode I am getting the changes list in both the projects.

Note:

  1. I am using source tree for GIT operations,
  2. I have tried removing and adding the project freshly again the same issue occurs,
  3. In source tree only one project is shown and no issue in that.
  4. But in the "Project navigator" I am seeing only one project as shown below. enter image description here

I want to know what could be the issue and why this occurs and how to rectify it?

Upvotes: 8

Views: 995

Answers (2)

ThananutK
ThananutK

Reputation: 71

I solve it by moving the project folder to new directory. For me it is happening because I try to duplicate the project and add new git from the current committed.

Upvotes: 0

Tad.Iizuka
Tad.Iizuka

Reputation: 101

Here it is. I hope this will help. Xcode 9 – Source Control Navigator issue

Upvotes: 8

Related Questions