Adding minizip breaks Objective-C

后端 未结 4 564
眼角桃花
眼角桃花 2021-01-12 03:17

I\'m attempting to add ZipArchive to my project following the WikiPage. I\'ve added it to my project and attempted to build, but now NSObjRuntime.h, NSObject.h and countles

4条回答
  •  攒了一身酷
    2021-01-12 03:46

    So I finally got it figured out. Instead of adding groups and then adding the files to those groups, I dragged and dropped the ZipArchive folder into the project. In the dialog that pops up...I chose the "Create folder references for any added folders".

    Copy image

    This gave me BLUE folders within my workspace, and everything compiles fine now.

    Blue folders

    Though, now I need to figure out the difference between folder references and group references.

提交回复
热议问题