Xcode Version 10.0 (10A255) - does not show svn (subversion) connected with project in source control menu

前端 未结 1 928
故里飘歌
故里飘歌 2020-12-11 12:58

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

1条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-11 14:00

    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.

    0 讨论(0)
提交回复
热议问题