I have a ViewController, and GameController class which is just subclassed from NSObject. The view controller has one button linked to it and fires a IBAction that inits a GameC
Have you tried?
NSLog(@"the score is %lu", gameScore);
It should work for you.