Could not find SVN source control repository options in xCode 9.0

Viewed 1183

I have upgraded my xCode to 9.0. I am using SVN repository for source control. With previous version of Source Control I could check all the SVN commits under source Control "History", but with latest xCode 9.0 I am not getting "History" option.

I have attached following screen shots for both old and new xCode versions.

This is screenshot of xCode 8.3.2 >>

This is screenshot of xCode 8.3.2

This is screenshot of xCode 9.0 >>

enter image description here

Can some one please help me out in this issue.

1 Answers

On the top left corner of Xcode 9 click on the "Source Control navigator" icon (see image). This will display what you are looking for!

Xcode 9 - Source Control navigator

Related