0

In the main view controller of my application I added three labels, but now I want to remove them, and with no reason, when I remove them from the .storyboard they're still in my application. I have no idea of what is wrong, these labels were only added with the .storyboard and not in my code.

Thanks for your advices...

Damian Nils
  • 81
  • 1
  • 10

2 Answers2

1

Perform a full clean by pressing Command+Shift+K

then try deleting your app from the simulator then run it again

aLFaRSi
  • 559
  • 2
  • 12
  • 29
  • I have this error now (can't run the simulator) : *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Could not find a storyboard named 'MainStoryboard' in bundle NSBundle – Damian Nils Jun 18 '12 at 12:58
  • 1
    did you delete your MainStoryboard ? – aLFaRSi Jun 18 '12 at 12:59
1

You should try to remove MainStoryboard from your app then add it again to the files.

Rob
  • 15,732
  • 22
  • 69
  • 107