I'm using Xcode6 on (OS X Yosemite). XCode is primary tool for programming in obj-c, swift and ios. When i click on source control, it quits un expectedly. Due to this issue, i'm facing much difficulty while committing my code
- Had solved this issue by disabling source control from xcode preferences, but i need to enable them as i do need that.
- I once solved it by removing .xccheckout file from my project's repo but at the moment i'm unable to find that as well. (i'm using GIT for source control purpose)
What's the proper solution for that? (without disabling source control in xcode6)