Hi, I’ve been working on an app, everything was working fine while I was developing for Android, then while trying to build for ios, I got an error, I did something (not sure if was update cordova, ionic or what) and now when I try to run “ionic run android --device” it deploys to my phone but no plugins are in cordova.plugins (Only cordova.plugins.Keyboard), my info:
Cordova CLI: 6.4.0
Ionic CLI Version: 2.1.18
Ionic App Lib Version: 2.1.9
ios-deploy version: 1.9.0
ios-sim version: 5.0.6
OS: macOS Sierra
Node Version: v4.2.1
Xcode version: Xcode 8.2.1 Build version 8C1002
I have:
ionic platform rm android
ionic platform add android
ionic state reset
None of those work.
Can someone help me on this please.
Thanks