Start a new topic

CDVPlugin class WTWikitudePlugin (pluginName: WikitudePlugin) does not exis

CDVPlugin class WTWikitudePlugin (pluginName: WikitudePlugin) does not exis


I tried to update cordova & wikitude plugin to v4.1.0-3.0.1, but I've got an error message from Xcode while running:

CDVPlugin class WTWikitudePlugin (pluginName: WikitudePlugin) does not exist.
ERROR: Plugin 'WikitudePlugin' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
FAILED pluginJSON =

 

update commands like below:



sudo npm update -g cordova



sudo cordova platform update ios



cordova plugin rm com.wikitude.phonegap.WikitudePlugin



cordova plugin add https://github.com/Wikitude/wikitude-phonegap.git



config.xml includes these lines...

<feature name="WikitudePlugin">
<param name="ios-package" value="WTWikitudePlugin" />
</feature>

 

Please help me and give me any hint...

Hi Dai,

this seems to be a Cordova problem. Please check out this StackOverflow question http://stackoverflow.com/questions/18403225/phonegap-3-0-ios-plugins-not-found it describes the same problem and has some accepted answers.

Thank you and best regards,
Simon

 

Thank you for your information Simon.

but these answers don't work for me...

so I removed the project directory and rebuild project. after that,  the error did not appear more.

but once I update wikitude plugin, it appears again.

I have decided to give up anymore about this cordova bug and I'll wait for a bug fix.

Thank you.
Login or Signup to post a comment