Reputation: 6347
I received an app recently and need to take ownership of it, therefore I need to change the organization section of the bundle identifier, but not the product name. Every search I've done seems to be centered around changing the product name but not the organization name.
When I change the orgaization name in the plist, the app no longer runs in the simulator and I get the following error:
How can I change the com.organizationname part of the bundle identifier? Thanks!
Upvotes: 1
Views: 615
Reputation: 5026
Remove the App from the Simulator after changing the bundle identifier. Next time you build and run the App the connection to the Simulator should work fine.
If that does not help you can also reset the Simulator:
Upvotes: 2