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).
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.