Can anyone tell me what is the minimum deployment target required for Objective-zip 1.0.2. They have mentioned as iOS 5.0 in their home site, but i have the deployment target set to iOS 5.1.1 and I get the error as specs found but Objective-zip 1.0.2 requires higher deployment target. Can anyone tell me How to support objective-zip for iOS 5.1.1 ?
Asked
Active
Viewed 87 times
0
-
Show the full error text. – Droppy Jul 20 '16 at 07:13
-
Specs satisfying the `objective-zip (= 1.0.2)` dependency were found, but they required a higher minimum deployment target. – AnxiousMan Jul 20 '16 at 07:16
-
So it sounds like it's a dependency of objective-zip that requires > ios 5.1 – Droppy Jul 20 '16 at 07:22
-
Yes.. but if u check https://github.com/gianlucabertani/Objective-Zip , they have told at the end of the page that it supports iOS 5 – AnxiousMan Jul 20 '16 at 07:25
-
I suspect that doesn't include the dependencies. So find the dependencies and check them. – Droppy Jul 20 '16 at 07:32
-
What do u mean by find dependencies ? – AnxiousMan Jul 20 '16 at 07:36
-
Determine what dependencies it uses and find what their minimum iOS target is. – Droppy Jul 20 '16 at 07:38
-
Can you give me an idea of how to do it as I am very new to iOS development ? – AnxiousMan Jul 20 '16 at 07:39
-
Sorry I don't use Cocoapods, so I don't know. – Droppy Jul 20 '16 at 07:39