How to debug "The Debugger has exited due to signal 10 (SIGBUS)."

2008-08-16 Thread Nathan Gilmore
Hello Everyone, I am a newbie to Cocoa and just started getting this error as my app starts up: The Debugger has exited due to signal 10 (SIGBUS).The Debugger has exited due to signal 10 (SIGBUS). I am having trouble debugging this because I do not know what this means. I also don't kn

Re: @property and @synthesize not working

2008-08-13 Thread Nathan Gilmore
nbach wrote: On Aug 13, 2008, at 6:47 PM, Nathan Gilmore wrote: Hello everyone, I am a newbie and I am having trouble getting my setter to work when I use @synthesize. Here is the code: **Header File** @interface DayTaskController : NSArrayController { NSCalendarDate *searc

@property and @synthesize not working

2008-08-13 Thread Nathan Gilmore
Hello everyone, I am a newbie and I am having trouble getting my setter to work when I use @synthesize. Here is the code: **Header File** @interface DayTaskController : NSArrayController { NSCalendarDate *searchDate; } - (void)search:(id)sender; @property(readwrite, assign) NSCal