Re: deployment style
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