Dissertation Project for MSc Cloud Computing to develop an AR App for iOS
- Get the latest version of Xcode from the App Store.
- Install Xcode Comman Line Tools through the terminal:
xcode-select --install
- Make sure you have CocoaPods installed:
sudo gem install cocoapods
- Go to the repo root directory and install all required dependencies:
pod install
- Close all running Xcode applications and open the newly generated
CitySensors.xcworkspace
file. - Build and run the project as usual.