'How to remove remote git urls from xcode?
Solution 1:[1]
Check if you can find a .xcheckouts file which would include those urls for you to remove.
See "xcode remove repository from project".
As mentioned here, an .xccheckout file contains metadata about what repositories are used in a workspace.
In latest versions of XCode (7), check for a xcode preference file in /Library/Preferences (as in this thread)
Solution 2:[2]
In xCode 11.6 you can open your project, locate the repository tab on the left margin. Identify the remote connection that you want to delete. Look at the description in the right tab under it's repository tab and verify that it is the correct remote URL for deletion. Right click on the repository and delete the repository.
Solution 3:[3]
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Community |
| Solution 2 | Larry Ricker |
| Solution 3 | Ofir Malachi |





