kosooyoul / auoi-cordova-app

personal app - a Universe of Imagination

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auoi Cordova App

Prepare

Setup

npm -g install cordova

Build for Android

cordova platform add android
cordova requirements android
cordova build android --verbose
cordova run android

Build for IOS

App name must be english and has no space, in config.xml

cordova platform add ios
cordova requirements ios
cordova build ios --verbose
cordova run ios

IOS Project is in platforms/ios If pod error occured, follow commands

# Delete pod packages
cd platform/ios
rm -rf Pods
rm -rf Podfile.lock

# Reinstall
pod update
pod repo update
pod install

If target version error occured, open the finder, and then Run platform/ios/{my-project-name}.xcworkspace And, in General tab, chagne minimum deployments options.

ref Guide

About

personal app - a Universe of Imagination


Languages

Language:HTML 47.1%Language:JavaScript 45.5%Language:CSS 7.4%