Closed ricsantos closed 7 years ago
cc @zbarbuto
Also, not sure what branch should be merging this pr into, no develop
?
This is correct - ionic changed their api a while ago to namespace cordova
commands.
master
is fine -master
is what gets published to npm
Ah should have picked up as well before merging - the plugin
commands are also namespaced to ionic cordova plugin <cmd>
- would you mind making another PR for those as well?
Wanted to give the module a try, so did a clone, installed ionic, tried to run it but received this error:
I believe the solution is:
That would get the project running in a simulator. Append
--target="iPhone-X"
for the latest and greatest.NB: Once the app launched in the simulator, no ManUp alerts appeared. I am not sure if I got it running correctly.