Re: _objc_setProperty ObjC2.0 compile error ?
Re: _objc_setProperty ObjC2.0 compile error ?
- Subject: Re: _objc_setProperty ObjC2.0 compile error ?
- From: Charles Hamel <email@hidden>
- Date: Tue, 13 Nov 2007 17:26:13 -0500
Thank you, I have fixed my problem my simply re-creating a project
with XCode 3 (the project was previously created by XCode 2.5) and it
works
Charles
On 13-Nov-07, at 3:53 PM, Nick Zitzmann wrote:
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