You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line indicates that the minimum supported version of cordova-ios is v10. However, the current version of cordova-ios that's available is 7.1.1. There isn't a newer version on their repository. What gives?
Your Environment
Plugin version: 1.0.0
Platform: Mac OS X
OS version: 15.1
Device manufacturer / model: Macbook Pro M1
Cordova version (cordova -v): 12.0.0 (cordova-lib@12.0.1)
Cordova platform version (cordova platform ls): ios 7.1.1
Expected Behavior
Ideally it should be installable.
Actual Behavior
Gives an Unmet project requirements warning and then installs an old beta version
% cordova plugin add cordova-plugin-local-notification
Unmet project requirements for latest version of cordova-plugin-local-notification:
cordova-ios (7.1.1 in project, >=10.0.0 required)
Fetching highest version of cordova-plugin-local-notification that this project supports: 0.9.0-beta.2 (latest is 1.0.0)
The text was updated successfully, but these errors were encountered:
WARNING: IF YOU IGNORE THIS TEMPLATE, WE'LL IGNORE YOUR ISSUE. YOU MUST FILL THIS IN!
cordova-plugin-local-notifications/package.json
Line 30 in 7ea561a
This line indicates that the minimum supported version of cordova-ios is v10. However, the current version of cordova-ios that's available is 7.1.1. There isn't a newer version on their repository. What gives?
Your Environment
cordova -v
): 12.0.0 (cordova-lib@12.0.1)cordova platform ls
): ios 7.1.1Expected Behavior
Ideally it should be installable.
Actual Behavior
Gives an Unmet project requirements warning and then installs an old beta version
Steps to Reproduce
Context
Install the plugin
Debug logs
The text was updated successfully, but these errors were encountered: