Reputation: 11
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
Upvotes: 0
Views: 1397
Reputation: 21
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.)
Upvotes: 2