Zip
Zip copied to clipboard
Release V2.1.1 should change the "zip.h" to Public from Project in the Build Phases->Headers
I pulled the framework via cocoapods and built failed with amount of errors about unknown named types. I changed the Zip-framework's Build Phases in Pods manually, just like the issue title that solved it
This solved my problem, by the way, Zip.h instead of zip.h, they are two different header files.
I wasn't able to make it work, only changing to Swift Package Manager solve this issue