After git pull:
npm install
npx cap sync
ionic capacitor run android -l
Build -> Clean Project
Run -> Run 'app'
git clone https://github.com/{USERNAME}/{REPONAME}.git
npm install
npm install -g [email protected]
ionic build --prod
npx cap sync
npx cap open android
Build -> Build Bundle(s) / APK(s)
After git pull:
npm install
npx cap sync
cd ./ios/App && pod update
cd ../.. && ionic capacitor run ios -l
Product -> Clean Build Folder
Product -> Run
git clone https://github.com/{USERNAME}/{REPONAME}.git
npm install
npm install -g [email protected]
ionic build --prod
npx cap sync
cd ./ios/App && pod update
(For ensuring using the right POD versions)
npx cap open ios
Change to generic IOS device,
Product -> Archive