If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Most people here have probably figured this out already but.. I was just debugging the strangest bug. The first time I messaged an object it worked fine, but the second time I got an error 6 SIGABT. Of course, I'd forgotten to subclass NSObject.
The 4 o'clock train will be a bus.
It will depart at 20 minutes to 5.
Uhm... creating a new class in Project Builder normally subclasses NSObject automatically, doesn't it? File -> New File -> Cocoa -> Objective-C Class. :/