Reputation: 1446
I have an Xcode project I am working on with several other people. Everything has been going fine until recently source control (SVN) has shown up with two working copies on my computer. One of them is the actually project (what I want) but the other one has become the Asset Catalog somehow. How do I fix this?
Upvotes: 1
Views: 170
Reputation: 419
Check in all your changes, and try to clean up working copy if still it doesn't work delete the working copy and check fresh repo code.
Upvotes: 1