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:

    1. ionic platform add ios.

    2. ionic build ios.

  • if ionic not installed yet,

    1. first install node.js in mac.

    2. 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

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -