We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

OxIOS Requirements | Forum

AppXprt
AppXprt Mar 18 '19
Anyone interested in OxIOS or OxHybrid iOS Side AKA iOS Hybrid App Exporter can go ahead and setup their build environment...


Setup for your "MAC"


Install / Update to Mojave

Install ALL Updates


Install Xcode (Latest if possible, if 10 doesn't install try the App Store version): 

https://developer.apple.com/xcode/


Install NodeJS: 

https://nodejs.org/en/download/


in a Terminal, execute these commands:


npm install -g cordova

gem install cocoapods

pod setup


You will build with this:

cordova run --debug --buildFlag='-UseModernBuildSystem=0'


iOS (iPhone / iPad) cannot be plugged up during build...

The Forum post is edited by AppXprt Mar 18 '19
AppXprt
AppXprt Mar 18 '19
As of this morning, I now have a stable Cordova / Oxwall iOS build and can start working on plugin integrations.