GzipSwift icon indicating copy to clipboard operation
GzipSwift copied to clipboard

"No framework found Gzip"

Open PrajaktaSonawane5 opened this issue 6 years ago • 3 comments

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.

PrajaktaSonawane5 avatar Apr 19 '18 06:04 PrajaktaSonawane5

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.

m-montoya avatar May 03 '18 15:05 m-montoya

You need to import GzipSwift I think.

adamwaite avatar Apr 01 '19 09:04 adamwaite

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

zorro0799 avatar Aug 18 '23 05:08 zorro0799