How do I configure Git in Xcode to work with BitBucket
I’ve met the same problem and here’s how I solved it: (Assume your project is not already under local source control) Create a new project under LOCAL source control (Please note that adding remote source control at this stage may not be successful) Make this new project a clone of your old project – drag … Read more