You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I hit this error (+[NSDate fromDosDate:]: unrecognized selector sent to class 0x7fffa19110d0) when calling OZFileInZipInfo *info= [unzipFile getCurrentFileInZipInfo]
any idea? thanks
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: