What are some reasons why my App is not loading the NIB?
What are some reasons why my App is not loading the NIB?
- Subject: What are some reasons why my App is not loading the NIB?
- From: John Draper <email@hidden>
- Date: Thu, 11 Aug 2005 22:40:56 -0700
This is the stack crawl - the application is almost virtually empty.
It has a NIB file with 2 actions and 3 outlets. I connected them
up, but when I run the application, I get;
#0 0x908611ec in objc_msgSend
#1 0x92ea1ff4 in -[NSIBObjectData
nibInstantiateWithOwner:topLevelObjects:]
#2 0x92f93d04 in +[NSCustomResource pushBundleForImageSearch:]
#3 0x92eeaf28 in +[NSBundle(NSNibLoading)
_loadNibFile:nameTable:withZone:ownerBundle:]
#4 0x92f69e00 in +[NSBundle(NSNibLoading)
loadNibFile:externalNameTable:withZone:]
#5 0x92f7b5f4 in +[NSBundle(NSNibLoading) loadNibNamed:owner:]
#6 0x92f69c68 in NSApplicationMain
#7 0x000e0f74 in main at main.m:13
Can someone give me any hints on what I need to check to see why
it's not loading the NIB file? Is it a "permission" issue?
I just started an empty project, made a controller.h and controller.mm
file.
I also added some .dylib files and built a 2nd target as a .dylib file.
John
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden