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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to