Hey,when i build my app
it said
error: object cannot be set - either readonly property or no setter found
at:
Sprite *m = [[Sprite alloc] initWithFile:@"miss.png"];
self.miss = m;
[m release];
miss.transformAnchor = cpv(0, 0);
i include the Chipmunk sources in my project,but it does not help.
the problem is i can't use cpv in my project.
Thanks for help.