rohfosho / CordovaCallNumberPlugin

Call a number directly from your cordova application.
MIT License
185 stars 151 forks source link

ERROR: Plugin 'Call Number' not found, or is not a CDVPlugin #61

Open Comsolvia opened 6 years ago

Comsolvia commented 6 years ago

Hi!

I've used this plugin in Ionic v1 and Android for a while, working really good! Now when I'm using the app on ios i get the message: "ERROR: Plugin 'Call Number' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml."

The plugins list shows 'call-number 0.0.2 "Cordova Call Number Plugin"', so I guess that it's a rather old version I'm using. But that might be correct because I still use Ionic v1...

I tried removing and adding ios platform, and removing and installing the plugin, but still doesn't work...

Is it possible to get this to work on ios (11) also, or how to resolve this?

jayfagin commented 6 years ago

Did you ever get this to work? I'm on IOS 10.3.3. Using Phone gap and NPM to install. Have to get it to install the plugin.

Comsolvia commented 6 years ago

Somehow the file _cordovaplugins.json was missing, both in _platforms/ios/platformwww and platforms/ios/www. I copied the file from a backup, also copied the plugins folder, then it worked again.