Re: My runs through Xcode but not in the Finder...
Re: My runs through Xcode but not in the Finder...
- Subject: Re: My runs through Xcode but not in the Finder...
- From: Bill Cheeseman <email@hidden>
- Date: Tue, 26 Aug 2003 11:26:51 -0400
on 03-08-26 9:19 AM, Giovanni Donelli at email@hidden wrote:
>
Hello I just ended my App in Xcode... I have a problem when I run it
>
from the Xcode toolbar everything just works as it ought to.
>
>
whereas then I double click from the Finder my App doesn't run and this
>
is what I get in the console.
>
>
ZeroLink: unknown symbol '_main'
>
ZeroLink: could not load .o file: /Users/john/PB Build/Cunning
>
Fox.build/Cunning Fox.build/Objects-normal/ppc/main.ob
>
ZeroLink: could not load .o file: /Users/john/PB Build/Cunning
>
Fox.build/Cunning Fox.build/Objects-normal/ppc/ProcessWindowCtrl.ob
>
[...] many others
>
[...] many others
>
[...] many others
>
ZeroLink Warning: running with old objc runtime!!
>
ZeroLink: unknown symbol '_main'
>
>
>
Any suggestion to solve this issue?
Turn off ZeroLink in the target settings and build styles when you build for
deployment. ZeroLink only works for fast building (and running in Xcode)
during development.
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook -
http://www.AppleScriptSourcebook.com
Vermont Recipes -
http://www.stepwise.com/Articles/VermontRecipes
_______________________________________________
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.