I have an NSMutableArray returning an extremely large index?
po [masterArray count] < returns \"2\" NSUInteger theIndex = [masterArray indexOfObject:valida
That's the value for NSNotFound. This means the object you are looking for isn't in the array.
NSNotFound