Cœur
Cœur
Can you provide a Minimal, Complete, and Verifiable Example? Because your log mentions: * phone_decode.c with at least 284 lines of code * PocketSphinxProcessor.m with at least 213 lines of...
Normally: - release candidate → public, good for prod - public beta → public, but not good for prod - private beta → private, good for testers - alpha →...
You can use this delegate method: `- (BOOL)zipArchiveShouldUnzipFileAtIndex:(NSInteger)fileIndex totalFiles:(NSInteger)totalFiles archivePath:(NSString *)archivePath fileInfo:(unz_file_info)fileInfo;` It was added by #131 in ZipArchive 0.3.3
Hum, but it's not optimal... it will totally stop unzipping any additional file. We should have a nicer way to filter files, so I'm reopening this issue.
In a hurry, on my fork, I've temporary committed some files that would need analysis for various bug reports: https://github.com/Coeur/SSZipArchive/commit/6075170b192cbbfecbc4ee2760d185c18c7cd666
I can't reproduce your issue, 986138497, and my apps using SSZipArchive are built with Xcode 10 GM and already published on App store without crash reported. * Please test the...
If it's a problem linked to module map between 1.5.3 and 1.5.4, then it's linked to bug report #452 and pull request #470 which is basically adding one line in...
Also, if it's caused by the above line added in the podspec, then I invite you to open a ticket at CocoaPods referencing their blog (http://blog.cocoapods.org/CocoaPods-1.5.0/).
I'm sorry, this doesn't help. * Please read previous messages * Please clean derived data * Please provide a sample project
@PentaPreOrder thank you for the explanation regarding the possible root cause being ObjC + no `use_frameworks` in Podfile + import in PCH. I do not know how to solve this...