GzipSwift icon indicating copy to clipboard operation
GzipSwift copied to clipboard

Gzip extension not linking

Open randymelder opened this issue 6 years ago • 1 comments

Getting Swift errors trying to access extension after:

  • Embedded Binary (see attached)
  • Linked Framework (see attached)
  • Import Gzip (at top of swift file)

Value of type 'Data' has no member 'isGzipped' ... etc.

I guess I should add, this is a mixed Objective-c / Swift project.

screen shot 2018-01-25 at 9 10 59 am screen shot 2018-01-25 at 9 09 56 am

randymelder avatar Jan 25 '18 17:01 randymelder

@randymelder I found a solution for my case, remove the Gzip framework from the project, close it, and reinstall Gzip framework using Pod

Armax avatar Apr 14 '18 17:04 Armax