erdemgc
erdemgc

Reputation: 11

UIViewController _loadViewFromNibNamed:bundle: loaded the "View" nib but the view outlet was not set.'

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

Answers (1)

user1292277
user1292277

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

Related Questions