• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Cocoa app absolute/relative path ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


References: 
 >Cocoa app absolute/relative path ? (From: Chris Parsons <email@hidden>)

  • Prev by Date: Re: Cocoa app absolute/relative path ?
  • Next by Date: Re: Cocoa app absolute/relative path ?
  • Previous by thread: Re: Cocoa app absolute/relative path ?
  • Next by thread: Re: Cocoa app absolute/relative path ?
  • Index(es):
    • Date
    • Thread