Reputation: 61
I have changed the bundle identifier of the application. When i tried to run it then it is just building successfully not running . I have tried by restarting the simulator. Please suggest some solution
Upvotes: 0
Views: 111
Reputation: 31081
When you are running your app on simulator then changes in Bundle Identifier will not affect your running state, changes will only affect when you are running your app on device.
But make one thing sure, Bundle Identifier must not be blank , just type something in it.
Upvotes: 1