correctly reporting errors for createZipFileAtPath
This commit is contained in:
@@ -50,6 +50,8 @@
|
||||
if (success) {
|
||||
_unzipButton.enabled = YES;
|
||||
_zipButton.enabled = NO;
|
||||
} else {
|
||||
NSLog(@"No success");
|
||||
}
|
||||
_resetButton.enabled = YES;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user