Ok, perhaps I'm a bit tired since I have been working flat out for the last few days to meet a deadline, I am in the process to migrate (painfully) a few old projects to XCode 4 and so far so good, but I found this issue where few cocos classes properties are now readonly, I used to use the opacity and colour to assign directly, been doing this since, can't even remember. Now, since I try to compile with XCode 4, after I validated the project, I get the error:
"Assigning to property with 'readonly' attribute not allowed"
On color and opacity properties so far.
Before I did the project validation it was compiling ok. I did check all option on the validation, perhaps I should't have? Before I do try all possibilities there, anyone knows about this?
Yes I could change all direct assignments to the setter method, but before I change anything, I'm just wondering why this, or am I missing something?
