pducks32 / Geotum

Convert Lat/Lon to UTM and vise versa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot install from Cocoapods

Tybion opened this issue · comments

I get this error when I run pod install.

My project caters for iOS 9.0 and above.
What is the minimum deployment target for Geotum?

pod install
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "Geotum":
  In Podfile:
    Geotum

Specs satisfying the `Geotum` dependency were found, but they required a higher minimum deployment target.

I don't support iOS 9 because I like the Measurement API, however I am happy to add support this weekend as I work on adding a few other features. Sorry about that I'll let you know Monday.

I will try to make it not require a version check but there may be places where you will need to use an #if os tag but I'll try my best. I'm curious the nature of a project with iOS 9 support though.

This is not a brand new project. If I was starting it today, then I probably would go iOS 11 (ie. iPhone 6) minimum.

My requirement is to be able to convert from UTM to WGS84 in iOS 9, so if your work won't achieve that, then it won't be of benefit to me. I am not being awkward, I am just helping you to avoid wasting effort.

This library does do that, its just that I use the Measurement API extensively which is easy to work around I just have to reenable some flags to allow you to use it without that

Patrick, I have now found out from App Analytics in iTunes Connect that the bulk of my users are iOS 11 & 12, so I am happy for my UTM conversion to NOT be available to iOS 9 & 10 users if that makes it easier for you. That is, my requirement is simply to be able to install Geotum from Cocoapods (with an iOS 9 target app).

Will get to it soon, sorry very busy :(