No methods in class recognized not even initializer?
No methods in class recognized not even initializer?
- Subject: No methods in class recognized not even initializer?
- From: Ken Tozier <email@hidden>
- Date: Sun, 11 Jul 2004 14:00:50 -0400
I wrote a bunch of classes for my app that all work perfectly but
there's one that won't even initialize. I put an NSLog(as the first
line of the - (id) init method and it never gets there. The compiler
doesn't flag anything and items above it and below it in the
Application init method all fire up and do their stuff.
I thought I might have named my class the same as an undocumented Cocoa
class (PseudoSocket) so I changed the class name and tried again, no
luck.
Has anyone else encountered this type of thing?
Truly stymied,
Ken
_______________________________________________
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.