[SOLVED] Re: Totally confused: NSObject not init'ing
[SOLVED] Re: Totally confused: NSObject not init'ing
- Subject: [SOLVED] Re: Totally confused: NSObject not init'ing
- From: Michael Becker <email@hidden>
- Date: Thu, 2 Dec 2004 16:11:50 +0100
Am 01.12.2004 um 20:45 schrieb Guy English:
Your alloc method is likely failing and returning NULL. You're then
sending the init method nowhere. Did you implement an alloc method and
/ or can we see the class declaration?
Stupid me!! Thank you all for the responses. The actual problem was
that I had unchecked the little checkboxes (in Xcodes group file list)
for the PCProductsOrder header and implementation files. Thus, they
weren't added to the target. I don't exactly know why there were no
complaints, warnings, etc. but checking those little hideous boxes
fixed all my problems...
Sorry and thank you again!
Cheers,
Michael
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden