Reputation: 1412
I have updated the Xcode version 10.0. I could open my existing projects and build / run them.
But I could not see the project or files connected to our SVN (subversion) in XCode menu "Source Control".
Please help if anybody has found solution to this issue.
Note:- The same projects were properly connected to svn and showing update / commit in the earlier version of XCode.
Upvotes: 1
Views: 696
Reputation: 20088
According to the Xcode 10 release notes, Apple removed Subversion support in Xcode 10.
You have three options: go back to Xcode 9, convert your Subversion repository to git, or use another tool to manage your Subversion repository.
Upvotes: 2