Re: Cocoa app absolute/relative path ?
Re: Cocoa app absolute/relative path ?
- Subject: Re: Cocoa app absolute/relative path ?
- From: Rustam Muginov <email@hidden>
- Date: Wed, 28 Jul 2004 10:29:33 +0400
On 7/28/04 9:27 AM, "Chris Parsons" <email@hidden> wrote:
> If I move the executable to another location and delete the project files,
> no window opens, and there are errors like these in cosole log:
>
> ZeroLink: could not load .o file:
> /Users/cparse/Tester/build/Tester.build/Tester.build/Objects-normal/ppc/main
> .ob
> ZeroLink: unknown symbol '_main'
>
> It seems that somehow the app has a dependency on something it shouldn't.
>
You are using Zerolink, which greatly speedup link time but making the
development build of the app dependant on the position of temporary build
info.
Either turn off zerolink or build your app with "Deployment" style
http://developer.apple.com/documentation/DeveloperTools/Conceptual/Build_Sys
tem/Using_ZeroLink/Using_ZeroLink.html
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.