-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: cordova-ios@4.5.0, cordova-ios 4.5.0
-
Component/s: cordova-ios
For example, phonegap-plugin-push can be installed on Windows, but if you have the cordova-ios platform installed as well on Windows, it will fail the check_reqs CocoaPods check.
Make the check_reqs CocoaPods check only fail with the additional requirement that the platform is darwin (macOS). So if CocoaPods check fails, and the platform is non-darwin (Windows, Linux), check_reqs passes.
- links to