0
votes

I have created an .xib file then deleted it by sending it to trash. After that time I have started to take an exception as stated in the title. My project do not use interface builder file(neither storyboard nor xib/nib) at all. I have looked up whole project files but could not see any connection with xib file.

How to fix it?

Thank you

1
Are you sure you don't have any xib file in your project? Creating window programmatically?Anil Varghese
@Anil i am sure.I fixed the problem. The steps; First clean the project, close Xcode, reset simulator, open project from the file(not the shortcut on organiser) then run it.erdemgc
@erdemgc deleting the app on the simulator should be sufficient ;)Tiago Almeida

1 Answers

2
votes

First you should clean your project and delete the app from simulator, and it will be ok. (Even if you deleted the xib to trash, it still exists in the bundle.)