I am using the Hillegass book, and when running the first part of RaiseMan, I get the following message on the console --
2008-11-09 15:41:01.779 RaiseMan2[2547:10b] Cannot create BOOL from object <_NSControllerObjectProxy: 0x16c2f0> of class _NSControllerObjectProxy
The only boolean statement is the following--
- (BOOL)readFromData
NSData *)data ofType
NSString *)typeName error
NSError **)outError
which happens in MyDocument.m. I scanned through the program to come up with typo's, and reviewed steps with the interface builder. Any suggestions? Thanks.
Adam
2008-11-09 15:41:01.779 RaiseMan2[2547:10b] Cannot create BOOL from object <_NSControllerObjectProxy: 0x16c2f0> of class _NSControllerObjectProxy
The only boolean statement is the following--
- (BOOL)readFromData
which happens in MyDocument.m. I scanned through the program to come up with typo's, and reviewed steps with the interface builder. Any suggestions? Thanks.
Adam