XCode App Making Help
I need help with my app. I want to change the string myScore by 1 but I get the error: Arithmetic on pointer to interface 'NSString', which is not a constant size in non-fragile ABI.
My code is: NSString *myScore = @"0";
(IBAction)changeScore { [score setText:myScore+1]; }
I need help with my app. I want to change the string myScore by 1 but I get the error: Arithmetic on pointer to interface 'NSString', which is not a constant size in non-fragile ABI.
My code is: NSString *myScore = @"0";
(IBAction)changeScore { [score setText:myScore+1]; }
No comments:
Post a Comment