You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
(void)qb_imagePickerController:(QBImagePickerController *)imagePickerController didFinishPickingAssets:(NSArray )assets{
@Try{
PHImageRequestOptions requestOptions = [[PHImageRequestOptions alloc] init];
requestOptions.resizeMode = PHImageRequestOptionsResizeModeExact;
requestOptions.deliveryMode = PHImageRequestOptionsDeliveryModeHighQualityFormat;
requestOptions.synchronous = true;
} @catch (NSException* exception){
NSString* str = [NSString stringWithFormat:@"CommentView qb_imagePickerController %@" , [exception reason]];
[self setErrorReason:str];
}
}
[exception reason] show messege
---NSArrayM-insertObjectatIndex-object-cannot-be-nil
some device crash but some are not crash...
what is the possible problem...please help...
thank you.
The text was updated successfully, but these errors were encountered: