Re: Does not execute on launch
Re: Does not execute on launch
- Subject: Re: Does not execute on launch
- From: Chris Hanson <email@hidden>
- Date: Thu, 20 May 2004 19:04:42 -0700
On May 20, 2004, at 3:02 PM, Kodex wrote:
I am have teaching myself cocoa for a few weeks now,
and i noticed that the builds i design work fine on my
own computer but when they are run on another computer
the app bounces a few times in the dock then quits.
It sounds like you're distributing an app built with ZeroLink enabled.
This usually happens when you just build an app that you have under
development and then distribute it. You should switch to the
Deployment build style before creating any apps to actually distribute;
then not only will ZeroLink be off, but you'll also have an optimized
and stripped executable.
Of course you should also test your app when built with the Deployment
build style, not just the Development one...
-- Chris
--
Chris Hanson <email@hidden>
http://www.livejournal.com/users/chanson/
_______________________________________________
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.