I have a problem with Xcode that I can\'t seem to resolve. I have a view controller lets call \"foobarViewController\", there was a \"foobarViewController.xib\" to accompany
Sometimes it is very annoying to remove the app from the device/simulator, especially when you have saved data and configuration.
To solve this issue, for every View Controller for which you removed the .xib file add the following code:
-(NSString*) nibName { return nil; }