On Wed, Apr 8, 2009 at 9:13 AM, Daqi Pei <[email protected]> wrote: > Again I'm doing this only to understand how the system works. Did I miss > something or it's just the way the framework was designed?
This happens when the runtime can't find the main nib as specified in the Info.plist -- or, for that matter, when the Info.plist doesn't have a main nib key or is missing altogether. Applications on OS X must exist in an app bundle, with a valid Info.plist. Cocoa Applications specifically must have a main nib. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
