I'm looking to unzip a file in an iOS app, but can't find a library that is ARC compatible.
Asked
Active
Viewed 2,003 times
0
-
5They're all 'arc compatible' - just turn off arc for that new code (if there is new code). – Colin May 15 '12 at 22:38
-
2Is "ARC", in this case, referring to http://en.wikipedia.org/wiki/ARC_(file_format\) ? – nicerobot May 16 '12 at 02:58
1 Answers
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