Pheepster
Pheepster

Reputation: 6347

Changing bundle identifier causes app to fail in simulator

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:

enter image description here

How can I change the com.organizationname part of the bundle identifier? Thanks!

Upvotes: 1

Views: 615

Answers (1)

Ben-G
Ben-G

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:

enter image description here

Upvotes: 2

Related Questions