tomaz / appledoc

Objective-c code Apple style documentation set generator.
http://gentlebytes.com
4.19k stars 644 forks source link

Build failed due to DDMinizip not found in CocoaPods #664

Open ErazerControl opened 1 year ago

ErazerControl commented 1 year ago

Hi, @tomaz

DDMinizip doesn't seem to be in cocoapod anymore, which causes the build to fail. How should I fix this?

image
tomaz commented 1 year ago

In such case the missing library sources should be added to appledoc repository. It's exactly what cocoapods does behind the scenes. However, library licencing must be taken into account...

ErazerControl commented 1 year ago

Thanks for your reply. Are we considering replacing DDMinizip with another library?

tomaz commented 1 year ago

Can't really answer this - it's been couple years since I left Apple ecosystem, personally and professionally. So am not aware of alternatives unfortunately. But PR would be welcome if someone would step up with solution!