This repository has been archived by the owner on Jan 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Building the iOS Application
Jacob Speicher edited this page Oct 6, 2017
·
4 revisions
- 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)
- Run "pod install" in the directory containing the Podfile
- This should install several 3rd Party tools such as Mapbox and CSwiftV
- Open the "RPI Tours.xcworkspace". If you open "RPI Tours.xcodeproj", the Pods won't work.
- Build the application
- 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.
- ???
- Profit!!!1!!
RPI Tours