Reputation: 397
Lately when I have been deploying any iOS application to the simulator (iPad or iPhone), XCode locks up (Not Responding) and the simulator simply displays a black screen. I have to force quit both.
Steps I have taken so far towards a resolution:
Has anyone else encountered this? Any suggestions for a solution?
Other info:
Thanks in advance for any help.
Upvotes: 3
Views: 765
Reputation: 31
I had this problem and was able to continue by:
1) Edit the run scheme by clicking on the first part of the App name to the right of the "Stop" button to bring down the scheme list and click "Edit Scheme..."
2) Click on the Run item and change the debugger from LLDB to GDB.
3) Run
I think the problem was that I validated the settings and it offered to automatically change the debugger from GDB and LLDB and I clicked "OK" because the advisor message sounded very self-assured.
Enjoy.
Upvotes: 1
Reputation: 571
hmmm, weird simulator, instruments issue i had once would work when i command-tabbed back and forth. try deleting derived data?
Upvotes: 0
Reputation: 4061
Under Scheme, go to edit scheme, and change launch from wait for App.app to launch to automatically under the Info tab.
EDIT: If you upgraded Xcode, make sure the old separate simulator is uninstalled.
Upvotes: 0