Feh. Obj-C syntax question
Feh. Obj-C syntax question
- Subject: Feh. Obj-C syntax question
- From: Rick Mann <email@hidden>
- Date: Wed, 7 Nov 2007 13:53:51 -0800
So, I'm dipping my toes into the Cocoa, and so far I'm not liking the
experience. I'm trying to follow the app tutorial, and in so doing use
the @property feature of Obj-C 2.0.
However, as soon as I add "@property(readwrite) " in front of a member
variable declaration, i get a cryptic error message:
error: syntax error before 'AT_NAME' token
And it's located on the #import line of the implementation file.
Any clues? Google didn't turn up much. If I don't use @property, the
code compiles without complaint.
--
Rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden