Re: _objc_setProperty ObjC2.0 compile error ?
Re: _objc_setProperty ObjC2.0 compile error ?
- Subject: Re: _objc_setProperty ObjC2.0 compile error ?
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 13 Nov 2007 13:53:46 -0700
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/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden