Reputation: 33
I'm using Xcode 6.0.1 and I'm trying to rename my project. When I do, I always end up with errors.
I have 3 targets. "Old Name" "Old NameTests" "Old Name Extensions"
How should I proceed to change the names? I've tried to do the normal double click, change name. But I end up with an error.
Upvotes: 2
Views: 1398
Reputation: 843
Clean and Run.
Upvotes: 1
Reputation: 6112
With the error message you posted in comments, you have to check that all your product bundle ID are according to libraries bundles.
Check all you infos.plist and update the bundles id prefix to be the same everywhere.
Upvotes: 0