For a number of years we have managed our iOS projects using Sourcetree and command line Git or Visual Code.
I wanted to use the XCode Source control for a more integrated development experience.
However, depite the fact that the Git repo is in the root of the XCode project tree, XCode cannot see that repo in the Source Control panel.
Source Control IS enabled in settings
I tried to add the repo using.
Integrate >> New Git Repository.
but Xcode then says there is an existing repository and does nothing.
How do I add the existing local repo into the Xcode environment or does it now need to be managed only externally because it was not created using Xcode ?
Thanks
Topic:
Developer Tools & Services
SubTopic:
Xcode