1024jp / GzipSwift

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

Gzip extension not linking #28

Closed randymelder closed 7 months ago

randymelder commented 6 years ago

Getting Swift errors trying to access extension after:

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
Armax commented 6 years ago

@randymelder I found a solution for my case, remove the Gzip framework from the project, close it, and reinstall Gzip framework using 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. Please post a new comment if you still have an issue.