IonicBucket Social App Documentation
  • Complete Functional Social App Based on Firebase & Ionic framework
  • Prerequisite
  • Environment Setup
  • Run
  • Build For Android
  • Build For IOS
  • Testing App
  • Firebase Configuration
  • Admob Configuration
  • Facebook Plugin
  • QuickStart- Step By Step Guide
  • Features
  • Icons and Splash Screens
Powered by GitBook
On this page

Build For IOS

You need the iOS SDK installed on your computer to build an iOS version of your application using the steps below.

  • On the command line, make sure you are in the ionic-tutorial/conference directory

  • Add support for the iOS platform

  • ionic platform add ios

  • This step is not required with recent versions of the Ionic CLI because the ios platform is installed by default

  • Build the project

  • ionic build ios

  • Open conference.xcodeproj in the conference/platforms/ios directory

  • In Xcode, run the application on a device connected to your computer or in the iOS emulator

PreviousBuild For AndroidNextTesting App

Last updated 6 years ago