3

enter image description here

xcode 4.6 and Ios simulator version 6.1

run the projects given error occurred following Scenarios not worked

1.change the debugger from LLDB to GDB.

given message appear in xcode:

GNU gdb 6.3.50-20050815 (Apple version gdb-1824) (Thu Nov 15 10:42:43 UTC 2012) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-apple-darwin".

2.Delete derived Data given path

~/Library/Application Support/iPhone Simulator/6.1/Applications and ~/Library/Developer/Xcode/DerivedData

my system only available in following folder path:

~/Library/Application Support/iPhone Simulator/6.1/

3.try to iOS Simulator option reset to reset content and settings

jscs
  • 63,694
  • 13
  • 151
  • 195
rajesh57
  • 275
  • 1
  • 3
  • 14

6 Answers6

6

I had the same problem. For me it was, that I forgot to set my storyboard as the main interface in the project editor.

dpointeck
  • 146
  • 2
  • 6
5

Try this ..

  1. Reset your simulator.
  2. Product -> Clean.

enter image description here

This has worked for me.

Amar
  • 13,202
  • 7
  • 53
  • 71
2

I had the same issue. Resetting simulator did nothing and closing xcode also did nothing. Solved by simply rebooting my computer.

capikaw
  • 12,232
  • 2
  • 43
  • 46
  • 1
    Also, as a side note - with xcode5 and ios7 my simulator has slowed down considerably on my aging mac - a good dose of patience on older systems helps too. – capikaw Oct 29 '13 at 16:38
0

Just reset your simulator's content.enter image description here

Then reset your xcode.

Make sure, reset current using simulator.

Bhoopi
  • 6,523
  • 3
  • 22
  • 16
0

First You go to the Product->Scheme->Manage Scheme. Now you need to delete all the schemes you created. Now just click on Autocreate Scheme Now. Just clean your project and reset the simulator and Try this.

manujmv
  • 6,450
  • 1
  • 22
  • 35
0

Only thing that worked for me was a deep build clean. Cmd-Alt-shift-K