Hi! This issue is related to #44. Encountered an error compiling in Xcode 13.4
Compiling for iOS 10.0, but module 'ZIPFoundation' has a minimum deployment target of iOS 12.0
As I understand, ZIPFoundation 0.9.12 requires iOS 12.0 and 0.9.11 requires iOS 11.0. Since this lib specified s.dependency "ZIPFoundation", "< 0.9.12", I bumped the ios platform requirement to 11.0 and it fixed my issue
Here is the diff that solved my problem (disregard the podfile version bump):
Hi! This issue is related to #44. Encountered an error compiling in Xcode 13.4
As I understand, ZIPFoundation
0.9.12
requires iOS 12.0 and0.9.11
requires iOS 11.0. Since this lib specifieds.dependency "ZIPFoundation", "< 0.9.12"
, I bumped the ios platform requirement to 11.0 and it fixed my issueHere is the diff that solved my problem (disregard the podfile version bump):
This issue body was partially generated by patch-package.