Re: app delegate +initialize
Re: app delegate +initialize
- Subject: Re: app delegate +initialize
- From: Dave Keck <email@hidden>
- Date: Tue, 22 Sep 2009 20:21:31 -1000
That certainly sounds fishy, but there's not much for us to go on. I'd
say the standard debug tactics apply: whittle down your project as
small as possible with the bug still in-tact. More often than not this
will illuminate the problem, and if not, at least you'll have some
sample code to show us.
... but if your object is instantiated by your XIB, then its class's
+initialize should certainly be called before. It's a long shot, but
perhaps you have multiple +initialize methods defined for
AppController, in several categories? If that's the case, it's
undefined which category's +initialize gets called, which could vary
between your test machines.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden