Open gabgren opened 6 years ago
The same problem had occurred to me. It would be caused by linking libOjbective-Zip_OS_X.a to your code. It would work fine if you add the Objective-Zip source codes to your Xcode project. But I would like to know WHY.
Hi, I hit this error (+[NSDate fromDosDate:]: unrecognized selector sent to class 0x7fffa19110d0) when calling OZFileInZipInfo *info= [unzipFile getCurrentFileInZipInfo]
any idea? thanks