Sunbird ED Mobile
Steps to setup jenkins slave for mobile build
https://github.com/project-sunbird/sunbird-devops/blob/release-5.1.0/deploy/jenkins/jenkins-mobile-slave-setup.shCLI Setup
- `npm install -g ionic`
- `npm install -g cordova` IOS Development setup
Prerequisites
1. Node js version 10.18.1
2. Ionic 5.4.16 using `npm i [email protected] -g`
3. Cordova 9.0.0 using `npm i [email protected] -g`
4. cordova-res 0.15.3 - using `npm install -g cordova-res`
5. ios-deploy 1.11.4 - using `brew install ios-deploy`
all of the above should be installed globally
Xcode 12.4 Build version 12D4e or aboveSteps
Possible Errors
Solution
Last updated