Build IOS version
Last updated
Was this helpful?
Last updated
Was this helpful?
You need the Xcode installed on your computer to build an iOS version of your application. You can install Xcode from the App store.
Once you get Xcode installed you can add support for the IOS platform by running this command :
After you've add IOS platform to your project, you can choose either to run the app on an emulator or a real device.
To run on an emulator :
To run your app on a real device , all you have to do is enable USB debugging and Developer Mode on your Iphone device, then run from your command line :
To build the APK file for the project, run the following command from your command line :
If you had any problem during the build process, you can re-run the command bellow and add a new flag ``--buildFlag='-UseModernBuildSystem=0'
`