gianlucabertani / Objective-Zip

An object-oriented friendly wrapper library for ZLib and MiniZip, in Objective-C for iOS and OS X
BSD 3-Clause "New" or "Revised" License
411 stars 133 forks source link

[NSDate fromDosDate:]: unrecognized selector sent to class 0x7fffa19110d0 #70

Open gabgren opened 6 years ago

gabgren commented 6 years ago

Hi, I hit this error (+[NSDate fromDosDate:]: unrecognized selector sent to class 0x7fffa19110d0) when calling OZFileInZipInfo *info= [unzipFile getCurrentFileInZipInfo]

any idea? thanks

habe36 commented 5 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.