# 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
