Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not load NIB in bundle error in storyboard

I am working with storyboards for the first time.

My app is crashing whenever I run the build for very first time where it is downloading all the data from server. It's showing me error in UIViewController-w6Q-ra-j06 although there is no such file with this name in my project.

Any pointers or help would be appreciated.

2013-08-14 15:40:42.967 storeFlix[1614:c07] *** Terminating app due to uncaught exception 
'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle 
</Users/user/Library/Application Support/iPhone Simulator/6.1/Applications/0AC8F6F7-5B69-4F94-
BCF1-DFE8398AFEFA/storeFlix.app> (loaded)' with name 'UIViewController-w6Q-ra-j06' and 
directory 'StoreFlixIpad.storyboardc''
like image 256
Baby Groot Avatar asked Aug 14 '13 11:08

Baby Groot


1 Answers

Shift+Command+K

I was getting this error on a fresh (empty) project after creating a storyboard file and setting it as the main interface in the project's settings.... drove me nuts for 15 minutes.

like image 199
RyanM Avatar answered Oct 13 '22 09:10

RyanM