Reply To: Score Array in RapidEars returns zero

Home Forums OpenEars plugins Score Array in RapidEars returns zero Reply To: Score Array in RapidEars returns zero

#1026649
billylo
Participant
         NSNumber *scoreNumber = scores[i];
         int score = [scoreNumber intValue];

I also used the debugger to view the scoreArray and it shows an array of zeroes.

any hints?