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

No such module 'Zip' #139

Open
orkhanmeh opened this issue May 18, 2018 · 9 comments
Open

No such module 'Zip' #139

orkhanmeh opened this issue May 18, 2018 · 9 comments

Comments

@orkhanmeh
Copy link

I installed Zip, when I start to write "Zi" xCode autocompletes it, I can access the functions. But when I run the app it insists on giving me the error " No such module 'Zip' ".

@rajivpo
Copy link

rajivpo commented May 21, 2018

I also received this error...

@vccabral
Copy link

vccabral commented Jun 5, 2018

I just got the same error until I realized I installed it in the wrong Podfile section. Double check you are adding the pod line to the write portion of the Podfile. I had to move the line into my iwatch extension because I was trying to use the zip lib there.

@schwindt
Copy link

same problem here....

@littleylv
Copy link

Try "Clean Build Folder" and then "Build" may solve your problems

@weweco123
Copy link

same problem here....Has anyone solved this problem?

@marmelroy
Copy link
Owner

What method are you using for installing Zip? Can you share an example project @weweco123 ?

@weweco123
Copy link

My problem has been solved. use pod 'Zip'
My project and zip Pods settings 'Build Active Architecture Only' are both set to ' Debug is Yes / Release is No ' .

@lizhaojie001
Copy link

same problem
unz_file_info_s::disk_offset' from module 'minizip' is not present in definition of 'struct unz_file_info_s' provided earlier

@lizhaojie001
Copy link

截屏2020-10-13 18 29 36

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

8 participants