zoho / SalesIQ-Mobilisten-Cordova

SalesIQ Mobilisten plugin for Apache Cordova/PhoneGap/Ionic.
https://mobilisten.io
6 stars 4 forks source link

Updated project is requiring a higher min deployment target #10

Open DianSSIE opened 7 months ago

DianSSIE commented 7 months ago

`

    [error] Analyzing dependencies
    [!] CocoaPods could not find compatible versions for pod "Mobilisten":
    In snapshot (Podfile.lock):
    Mobilisten (= 6.0.0)

    In Podfile:
    CordovaPluginsStatic (from '../capacitor-cordova-ios-plugins') was resolved to 5.4.2, which depends on
    Mobilisten (= 6.0.1)

    Specs satisfying the 'Mobilisten (= 6.0.0), Mobilisten (= 6.0.1)' dependency were found, but they required a
    higher minimum deployment target.`

Hi, we upgraded our capacitor project and the tool ionic uses to allow usage of cordova plugins in the project is starting to require Mobilisten to have a higher min deployment target.

Looking in the ios repo at the Mobilisten.podspec I see the min deployment target is 11?

https://developer.apple.com/support/app-store/

DianSSIE commented 7 months ago

Or is it the other way around?