Vliller / vliller

Vliller - Ton VLille en 1 clic
http://vliller.com
GNU General Public License v3.0
7 stars 4 forks source link

Updates plugin version and ionic-native #68

Closed alexbonhomme closed 5 years ago

alexbonhomme commented 5 years ago

We need to force Cordova 8 for now

npm i -g cordova@8.1.2

Some deps could me missing, so :

npm i -g native-run

Run the project using iOS simulator

ionic cordova run ios

Last OSX Catalina issue :

Permissions need to be fixed

sudo chown -v -R -L $(id -un) /path_to_vliller_project
ionic cordova run ios