Yakov Manshin
Yakov Manshin

Reputation: 798

Xcode shows multiple projects in source control

Recently, Xcode started showing two items in the source control tab: the first one is the main project I’m working on, and the second one is a pod I integrated (and it’s about the time I added the pod that I first noticed this thing).

Xcode showing two items in source control

I tried deintegrating CocoaPods, and after that the second repository disappeared from Xcode. But when I tried to only remove the single pod, the source control item was still there.

How do I remove the second repository from Xcode?

I use Xcode 10.1, and both items in source control are Git repos.

P.S. This question does not help.

Upvotes: 2

Views: 688

Answers (1)

Ali Şahbaz
Ali Şahbaz

Reputation: 79

For me, deleting derived data folder fixed the issue.

Note: You can reach to derived data folder by using the path;

Xcode -> Preferences -> Locations

Upvotes: 6

Related Questions