-
Notifications
You must be signed in to change notification settings - Fork 455
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
Missing required module 'minizip' #19
Comments
carthage same! |
I have now fixed the problem.
Now it works. |
This is still an issue. If you don't check the code into your repo, then other people won't be able to build. The built framework should be enough by itself. You shouldn't also need the code files to be present in order for your project to be build. |
This is embarrassing... It works fine on simulator but got this error on real devices. |
for reference, this was resolved by release 0.6.0 that checked in the minizip dependency instead of relying on git submodules. |
@marmelroy Thanks for reply, I'm a new coder, and I can't use Cocoapods, just Carthage, what should I do to fix this? Please guide me more details, thank you! |
@lvcloudgit, I suggested four steps on your other issue - #50 |
Hello,
i integrated your Zip Framework in my swift project with cocoapods
In my podfile:
pod 'Zip', '~> 0.4'
Download the version 0.4.1I have an error on the import Zip line in my swift file: Missing rqquired module 'minizip'
This Error is only on simulator. On device it works.
The text was updated successfully, but these errors were encountered: