• 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: deployment style
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: deployment style


  • Subject: Re: deployment style
  • From: Thomas Davie <email@hidden>
  • Date: Thu, 24 Mar 2005 23:15:29 +0000

In order to avoid compile the code everytime I transfer from one machine to the other, I change my project to "deployment" style and zerolink is off.
Before I recompile with the new style, I clean all target, but I got this error:
ld: /Users/mai/FastCTD/build/FastCTD.build/FastCTD.build/Objects- normal/ppc/main.o illegal reference to symbol: _CFDictionarySetValue defined in indirectly referenced dynamic library /System/Library/Frameworks/CoreFoundation.framework/ Versions/A/CoreFoundation
Your problem is being caused because various of your source files have been compiled for zero-link and with debug symbols. When you pass these object files to the linker specifying that these options should be off, the linker gets confused. To solve it you need to force a recompile of all your files (by cleaning the target).

Bob

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >deployment style (From: Mai Bui <email@hidden>)

  • Prev by Date: Re: Sliding views around
  • Next by Date: Re: deployment style
  • Previous by thread: deployment style
  • Next by thread: Re: deployment style
  • Index(es):
    • Date
    • Thread