Ionic building an IOS applicaiton -
i have finished building , compiling android version of application windows laptop.
but run on ios, supposed copy application folder mac computer , run "ionic run ios"?
follow these steps.
check whether ionic installed in mac typing ionic -v
.
if ionic installed, type following commands:
ionic platform add ios
.ionic build ios
.
if ionic not installed yet,
first install node.js in mac.
then install cordova , ionic using command:
npm install -g cordova ionic
once done installation, use above commands adding platform , build.
then able see xcode file in platform folder ios.
then can ask ios developer generate ipa file ios build.
Comments
Post a Comment