sometimes when i input number,the process will be crashed,and i locate the crash code,finded the error is following:
- (BOOL)GetPhoneNum:(NSNumber_)localID phone:(NSMutableArray_)phoneArray matchPos:(NSMutableArray*)matchPosArray {
....
return result; // this line code crashed,why? And the return value is YES
}
sometimes when i input number,the process will be crashed,and i locate the crash code,finded the error is following:
....
return result; // this line code crashed,why? And the return value is YES
}