Results 2 issues of zhusx

I pulled the framework via cocoapods and built failed with amount of errors about unknown named types. I changed the Zip-framework's Build Phases in Pods manually, just like the issue...

In my situation, I make diffing between two different classes packaged by the same enum. As: enum PackagingEnum: DiffAware { case a(ClassA) case b(ClassB) var diffId: Int { switch self...