-
Notifications
You must be signed in to change notification settings - Fork 57
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: