-
Notifications
You must be signed in to change notification settings - Fork 58
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
add to CocoaPods #22
Comments
Someone added this for us per CocoaPods/Specs@e93400a Need to check on it. |
It turns out this error for [stream readDataOfLength:info.length]; No visible @interface |
@fabiomassimo I have the same issue ( [stream readDataOfLength:info.length]; No visible @interface). Do you know a fix for this? Seems SimpleKML in CocoaPods is not using the right version of Objective-Zip? |
I've solved by added this snippet of code in ZipReadStream.m:
And obviously in ZipReadStream.h:
|
Cool, thanks! I just commented the code because I am not using ZIPs after all. But still, good to have this option. |
I'm not actively maintaining the version in CocoaPods (and I didn't add it). Thanks for looking into this. |
Another strange behavior in import from cocoa pods. |
See also #21.
The text was updated successfully, but these errors were encountered: