Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.0.0 using Swift Package Manager is missing minizip #193

Closed
MarcoFilosi opened this issue May 5, 2020 · 8 comments
Closed

Version 2.0.0 using Swift Package Manager is missing minizip #193

MarcoFilosi opened this issue May 5, 2020 · 8 comments

Comments

@MarcoFilosi
Copy link

MarcoFilosi commented May 5, 2020

In latest version 2.0.0 using Swift Package Manager on XCode 11.4.1 code cannot compile because of "missing required module 'Minizip'".
Please fix it as soon as possible, or, in alternative, make version 2.0.0 available on CocoaPods too.
Thanks

This issue seems to be similar to issue #134

Screenshot 2020-05-04 at 22 34 35

@baluhman
Copy link

The same problem too using SPM in Xcode 11.5!
Снимок экрана 2020-06-26 в 10 30 18

@marmelroy
Copy link
Owner

This should be fixed now. Sorry for the lateness.

@MarcoFilosi
Copy link
Author

No it has not been fixed at all.
Tried on XCode 12.0.1 using Zip v. 2.1.1. The error persists:

Screenshot 2020-10-01 at 08 32 49

@VittoriDavide
Copy link

I have this error too when using on Share Target, Xcode 12.3 (12C33)

@baluhman
Copy link

i think so this is not library issue. It`s problem in SPM
I solved this when fix wrong linked modules in projects

@traviskirton
Copy link

@baluhman how did you fix this?

@baluhman
Copy link

baluhman commented Nov 11, 2021

@C4Framework how I said before I was fixed wrong linked modules in my project. But it is maybe actually for my project because it contains many modules(frameworks)

@traviskirton
Copy link

traviskirton commented Nov 11, 2021

@baluhman Ok, thanks.
A workaround I found was to fork the repo and add the following commit:
d8ac104
Not ideal, but definitely works until this lovely Zip repo builds for Xc13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants