2

I am changing the current product name of my iOS application in xcode to a new name by navigating to target build settings and then change the product name.

However, when I run the project after changing the product name the emulator shows a black window and the project is not loading.

Where am I wrong ? I haven't done any backup and I think the project is lost or something is not loading.. did someone ran in the same issue or know whats not turning right ?

6
  • First try to reset the simulator and also clean the build for project and then try to rebuild the project again will solve the problem :) Commented Dec 19, 2012 at 7:28
  • how to reset the emulator ? Commented Dec 19, 2012 at 8:59
  • i selected the project then in product clean after clean i build but the screen remains black Commented Dec 19, 2012 at 9:05
  • just open simulator and click on iOS Simulator > reset content and settings... option will bring one popup telling or warning you about resetting of simulator. Click jon reset button and done :) Commented Dec 19, 2012 at 9:09
  • that you wolvorin its working like charm :) Commented Dec 19, 2012 at 9:17

1 Answer 1

1

You need to clean and reset the simulator.

For reset the simulator follow the steps below.

  1. just open the simulator.
  2. Then click on iOS Simulator > Reset Content and Settings ... enter image description here
  3. This will bring the popup window showin the warning about resetting the simulator and ask for your conformation. enter image description here
  4. just click on reset button.
  5. And Done.
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.