I am trying to do nslog by float value using:
NSLog(@"THE LOG SCORE : %@", x);
and I also tried:
NSLog(@"THE LOG SCORE : %@", [NSString stringWithFormat:@"%@", x]);
but it does not work! any thoughts why this won't work? the error i get is EXC_BAD_ACCESS
thanks
ahoura
source share