Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

rsim8123

macrumors newbie
Original poster
Jul 3, 2012
1
0
Hi,

New to xcode and was wondering if someone could pleas help.

When I test the app witht he simulator it works fine, but as soon as I run it on my iphone is comes up with he following error:

return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); Thread 1:signal sigabrt

and in the bottom box says
2012-07-03 18:22:06.181 KSHS[227:707] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle </var/mobile/Applications/474AF6E4-218B-40D5-AB64-41EFA0CFF188/KSHS.app> (loaded)' with name 'navigationviewcontroller''
*** First throw call stack:
(0x376ec88f 0x353f1259 0x376ec789 0x376ec7ab 0x3163834b 0x315a63c7 0x31483c59 0x313f9c17 0x3141e481 0x313e2bd5 0x314a5359 0x313eb3b5 0x313eb3d1 0x313eb3d1 0x313eb263 0x313eb23f 0x226cb 0x313f8cab 0x313f27dd 0x313c0ac3 0x313c0567 0x313bff3b 0x33e0222b 0x376c0523 0x376c04c5 0x376bf313 0x376424a5 0x3764236d 0x313f186b 0x313eecd5 0x223d7 0x2237c)
terminate called throwing an exception(lldb)

Thanks
Ricky
 
Hi,
Code:
 2012-07-03 18:22:06.181 KSHS[227:707]
 *** Terminating app due to uncaught exception 'NSInternalInconsistencyException',
 reason: 'Could not load NIB in bundle:
 'NSBundle </var/mobile/Applications/474AF6E4-218B-40D5-AB64-41EFA0CFF188/KSHS.app>
 (loaded)' with name 'navigationviewcontroller''

The iPhone/iPad file system is case sensitive, the simulator is not. Check spelling of the "navigationviewcontroller"
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.