ios - What is the mean of this error? -
my application working first time in sumilator, when rerun app in simulator , press button, type of error. using local db, thought maybe reason taking error message?
* terminating app due uncaught exception 'nsinternalinconsistencyexception', reason: 'could not load nib in bundle: 'nsbundle (loaded)' name 'uiviewcontroller-lat-jx-ucy' , directory 'mainstoryboard_ipad.storyboardc''
* first throw call stack: (0x1bdc012 0x18e9e7e 0x1bdbdeb 0xa49ef9 0xc7554a 0xc75b43 0xc75c14 0x18fd705 0x8312c0 0x831258 0x8f2021 0x8f257f 0x8f16e8 0x860cef 0x860f02 0x83ed4a 0x830698 0x27bedf9 0x27bead0 0x1b51bf5 0x1b51962 0x1b82bb6 0x1b81f44 0x1b81e1b 0x27bd7e3 0x27bd668 0x82dffc 0x2d9d 0x2cc5) libc++abi.dylib: terminate called throwing exception
it means xcode not able find nib file named "uiviewcontroller-lat-jx-ucy" in project. make sure have nib file named that.
Comments
Post a Comment