iPhone: Downloading zip and extracting in main bundle subdirectory at runtime

后端 未结 4 1816
夕颜
夕颜 2020-12-12 21:19

I want to extend my iPhone app that the app downloads a zip file into a sub directory then extracts it and then load images which were inside the zip.

Any ideas how

4条回答
  •  既然无缘
    2020-12-12 22:07

    If you add ZipArchive to your project, remember to also add the framework. The correct framework is libz.dylib. Latest version (Xcode 4.2) is 1.2.5.

    (Add framework to the section with libraries in the build phases tab of your target.)

提交回复
热议问题