Skip to content

Instantly share code, notes, and snippets.

@robksawyer
Created September 21, 2015 05:17
Show Gist options
  • Save robksawyer/6a83dad2bf9db156e845 to your computer and use it in GitHub Desktop.
Save robksawyer/6a83dad2bf9db156e845 to your computer and use it in GitHub Desktop.
Fetching plugin "cordova-plugin-whitelist" via npm
Plugin "cordova-plugin-whitelist" already installed on android.
Installing "cordova-plugin-whitelist" for ios
Plugin doesn't support this project's cordova-ios version. cordova-ios: 3.9.1, failed version requirement: >=4.0.0-dev
Skipping 'cordova-plugin-whitelist' for ios
@tonyonodi
Copy link

Hey!

I just found this file as one of two results when I googled for this exact error. Am I right in thinking that cordova-plugin-whitelist now expects users to update their cordova-ios to a development version?

Did you find any solution to this? It's currently stopping me from installing the whitelist plugin and I can't make any ajax requests from my app, are you having a similar experience?

Thanks very much for any help,
Tony

@andrewbusch7
Copy link

Likewise having this build error, though I am successfully performing AJAX requests

@jasonhargrove
Copy link

+1

@jedjones-uk
Copy link

If you are getting this error on phonegap build, I solved it by forcing the plugin to be version 1.0.0

<gap:plugin name="cordova-plugin-whitelist" source="npm" version="1.0.0" />

@benzsuankularb
Copy link

+1

@makelivedotnet
Copy link

+1

@ahpiau18
Copy link

+1

@PostImpatica
Copy link

I had to use:
cordova plugin add cordova-plugin-whitelist@1.0.0

@alxanthony
Copy link

That worked thank you @helzgate

@w-
Copy link

w- commented Sep 29, 2015

+1
Thanks

@robksawyer
Copy link
Author

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment