Running the Kapsel Application on iOS

Open your project in Xcode and run the application on the simulator.

  1. In a terminal window, make sure you are in the project folder and execute the command:
    cordova prepare ios
  2. Open Xcode.
  3. In a Finder window, browse to your Cordova project folder, <Project Name>/platforms/ios.
  4. Double-click the <ProjectName>.xcodeproj file to open the project in Xcode.
  5. Select your Simulator type and click the Run button.
Related tasks
Running the Kapsel Application on Android
Running the Logon Application on iOS