1024jp/GzipSwift

Thread 1: EXC_BAD_ACCESS

LucasMW opened this issue · 3 comments

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

I'm seeing this as well.

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

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