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
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
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