Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Building the iOS Application

Jacob Speicher edited this page Oct 6, 2017 · 4 revisions

Prerequisites

I would highly recommend you have the following

  • Xcode (newest version)
  • Cocoapods
  • Latest iOS Simulators
  • MapBox API Key (I can provide the one used in our project, but you can provide your own as long as it is assigned to a string called "mapBoxAPIKey"

You are also going to need access to a computer running OS X (which will probably be a Mac, but you already knew that)

Instructions

  1. Run "pod install" in the directory containing the Podfile
    • This should install several 3rd Party tools such as Mapbox and CSwiftV
  2. Open the "RPI Tours.xcworkspace". If you open "RPI Tours.xcodeproj", the Pods won't work.
  3. Build the application
  4. Run the application (either simulate on a device capable of running iOS 9 or greater or use a physical device capable of running iOS 9 or greater.
    • Note, if the app crashes after "Start Tour" and you are simulating a device, you need to simulate a GPS Location.
  5. ???
  6. Profit!!!1!!