NSObjectController HELP
NSObjectController HELP
- Subject: NSObjectController HELP
- From: Vince Ackerman <email@hidden>
- Date: Tue, 01 Jun 2004 13:12:20 -0700
I decided I'd jump in and create a controller object for my GUI. That was a mistake.... I admit I really have no idea what I'm doing even after reading all the Developer notes on NSObjectController. I changed all the IBOutlet's into int, float and BOOL and NSString* in my Model Object. I created a controller object and selected my Model object as it's content connection. I then added all of my Model's variables as key's under the Controller's Attribute window.
Now I'm getting this fatal error when I try to compile:
2004-06-01 12:49:54.183 MoConX[6727] An uncaught exception was raised
2004-06-01 12:49:54.195 MoConX[6727] Cannot create BOOL from object <_NSControllerObjectProxy: 0x560710> of class _NSControllerObjectProxy
2004-06-01 12:49:54.195 MoConX[6727] *** Uncaught exception: <NSInternalInconsistencyException> Cannot create BOOL from object <_NSControllerObjectProxy: 0x560710> of class _NSControllerObjectProxy
Program received signal: "SIGTRAP".
(gdb)
How do I find out what is causing this exception???? I'm sure it's something stupid but not sure how to find out what it is.
Help would be appreciated !!!
Vince
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.