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 (subver
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.