Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ios simulator shows black screen

Xcode 5 ios simulator stopped working for one of the applications I was developing it works on any other project, there is no build error or anything the simulator opens but there's only a black screen showing.

like image 741
avi Avatar asked Sep 27 '13 00:09

avi


2 Answers

You can reset the simulator using the Reset Content and Settings...

enter image description here

like image 172
ppaulojr Avatar answered Sep 21 '22 22:09

ppaulojr


Sometimes the simulator get hung for no obvious reasons. Xcode shows in the status display that the app is running.

If this happens i click the home button of the simulator and then immediately click the app icon again. Then the app appears again and everything is visible wihtout stopping the app or the debugger.

like image 22
rockstarberlin Avatar answered Sep 21 '22 22:09

rockstarberlin