-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NSDate+DOSDate.h file not found #65
Comments
This issue is irreproducible. I created a single-view iOS app project from scratch, called it ObjZipApp, and added the following Podfile:
I then copied the content of The files you name are present in version 1.0.5, they are even referenced explicitly in the podspec:
You may have some problems with the project configuration, or maybe your CocoaPods version (or master repo cache) is out of date. Try updating it, then issue a Let me know if the problem persists. @jflow: This test project also shows that Objective-Zip fully supports being built as a framework, by using the common |
The issue was found on a new machine with fresh copies of the latest Xcode, cocoapods, and a pod install. It's certainly possible there was a hiccup somewhere that caused the issue, given what you write about the pod spec. But the file was not on the machine anywhere and the other files were. If no one else is having problems, then this is no big deal. Just thought you should be aware of it, in case others find it, too. |
The 1.0.5 release removes the NSDate+DOSDate.h file but does not remove the dependency on it in OZZipFile.m So a clean pod install on a new machine, for instance, causes a compile time error.
There may also still be a dependency on NSDate+CRC32.h but I didn't look further into things.
Rolling back to 1.0.4 worked. This should be fixed for future versions. Either the file(s) needs to be kept in the pull or the dependency needs to be removed.
The text was updated successfully, but these errors were encountered: