1024jp / GzipSwift

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

Thread 1: EXC_BAD_ACCESS #45

Closed LucasMW closed 7 months ago

LucasMW commented 4 years ago

crashes at line deflate(&stream, Z_FINISH)

Screen Shot 2019-12-04 at 2 12 56 PM

on usage like this: let compressed = try! self.gzipped() No idea why

scottymac commented 4 years ago

I'm seeing this as well.

LucasMW commented 4 years ago

I removed the pod; and installed it again; It stopped; Guess it was some kind of leftovers in a wrong swift version. I don't know

1024jp commented 7 months ago

I closed this issue as it seems to be solved already.