0

I'm looking to unzip a file in an iOS app, but can't find a library that is ARC compatible.

Ashu Desai
  • 82
  • 1
  • 6

1 Answers1

2

Minizip works pretty well. I'm not sure what you mean by "ARC compatible," though. If it's in C or C++, ARC isn't relevant. If it's in ObjC, you can just turn off ARC for the files you need to ( How can I disable ARC for a single file in a project? )

Community
  • 1
  • 1
Rob Napier
  • 286,113
  • 34
  • 456
  • 610