I've tried removing cache, clean all targets, etc. Instance variables from my super class are getting highlighted green according to my color scheme, but the compiler then fails saying
"score" (or whatever) undeclared"
If I have two references in one method, only the first one fails. If I leave them out, or use instance variables from my subclasses header, the app compiles and runs fine.
It was working literally just 2 days ago. I wonder if I accidentally hit a shortcut that turned on some weird setting?
It's running in the 3.2 iPad simulator, if that matters.
It's a weird one.. hope someone has run into this before.