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

Missing required module 'minizip' #19

Closed
blg-nb opened this issue Jun 1, 2016 · 7 comments
Closed

Missing required module 'minizip' #19

blg-nb opened this issue Jun 1, 2016 · 7 comments

Comments

@blg-nb
Copy link

blg-nb commented Jun 1, 2016

Hello,

i integrated your Zip Framework in my swift project with cocoapods

In my podfile:
pod 'Zip', '~> 0.4' Download the version 0.4.1

I 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.

@CodeEagle
Copy link

carthage same!

@blg-nb
Copy link
Author

blg-nb commented Jun 13, 2016

I have now fixed the problem.

  1. Delete 'Zip' in my podfile and make pod update.
  2. Added 'Zip' in my podfile and make pod upate

Now it works.

@blg-nb blg-nb closed this as completed Jun 13, 2016
@gsimmons
Copy link

gsimmons commented Jul 8, 2016

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.

@lvcloudgit
Copy link

This is embarrassing... It works fine on simulator but got this error on real devices.
So I add the minizip folder to Import path, then it can run on real devices but can't run on simulator... what's the problem anyway?

@marmelroy
Copy link
Owner

for reference, this was resolved by release 0.6.0 that checked in the minizip dependency instead of relying on git submodules.

@lvcloudgit
Copy link

@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!

@marmelroy
Copy link
Owner

marmelroy commented Sep 28, 2016

@lvcloudgit, I suggested four steps on your other issue - #50

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