1024jp / GzipSwift

Swift package that enables gzip/gunzip Data using zlib
MIT License
544 stars 134 forks source link

"No framework found Gzip" #31

Closed PrajaktaSonawane5 closed 7 months ago

PrajaktaSonawane5 commented 6 years ago

While manually integration getting linker command failed with exit code 1 (use -v to see invocation) "no framework found issue" and on pod integration while import Gzip getting "No such module Gzip" issue.

ghost commented 6 years ago

I had similar problem as well but I used the pod installation. You have to tell the app to build prior to running. After that the error went away. The framework has a problem somewhere in that it is not built yet.

adamwaite commented 5 years ago

You need to import GzipSwift I think.

zorro0799 commented 1 year ago

I have the same problem, but I can't install it with pod

1024jp commented 7 months ago

This issue was closed because it has been inactive for years since the last update and may be outdated. CocoaPods is no more supported for GzipSwift.