Tazaf / IonicitudeDemoApp

This app is a demonstration of an Ionic App that implements Ionicitude and uses the Wikitude Cordova Plugin
Apache License 2.0
9 stars 13 forks source link

AR World loading error : Your device does not support one or several of it's requested features. #7

Open sheetaldshivdas opened 6 years ago

sheetaldshivdas commented 6 years ago

Running the app in ipad 10.3 using xcode 9.1 Downloaded the sample and followed these commands

  1. ionic cordova prepare as restore state command is now deprecated
  2. ionic platform add ios
  3. cordova build ios

Seems that the first step missed adding camera plugin. Kindly advice

Tazaf commented 6 years ago

Hi @sheetaldshivdas !

Indeed the ionic restore state has been deprectaded and is now replaced by ionic cordova prepare. I need to update the documentation (and the code probably too). Unfortunately, I didn't have any time to do so the past few months (and don't know if I'll have any the following months).

But, if you think that a plugin have been skipped by the first step, you still can install it manually. Did you try to do ionic cordova plugin ls to see which plugins have been installed ?