Skip navigation.
 
mlRe: _objc_setProperty ObjC2.0 compile error ?
FROM : Nick Zitzmann
DATE : Tue Nov 13 21:53:46 2007

On Nov 13, 2007, at 1:35 PM, Charles Hamel wrote:

> I have a slight problem compiling a project in XCode 3 under 
> Leopard. I have converted some of my classes to ObjC2.0 and have 
> used the @property and @synthetize compiler "macros". Now I am 
> unable to compile, compiler says:
>
>  "_objc_setProperty", referenced from:
>
> Followed by a list of all the attributes in question.
>
> I have looked on Google and in the Doc but not a single hit, what am 
> I missing ?



What SDK are you using, and if you're using the 10.5 SDK, then what 
deployment target are you using? The new stuff in the runtime requires 
Leopard for running and linking.

Nick Zitzmann
<http://www.chronosnet.com/>

Related mailsAuthorDate
ml_objc_setProperty ObjC2.0 compile error ? Charles Hamel Nov 13, 21:35
mlRe: _objc_setProperty ObjC2.0 compile error ? Nick Zitzmann Nov 13, 21:53
mlRe: _objc_setProperty ObjC2.0 compile error ? Charles Hamel Nov 13, 23:26