CS3217 Team Project
To run this app, clone the repository:
git clone https://github.com/Vielheim/TourMate
Move into the project directory:
cd TourMate
Run the following command to setup the project.
sudo gem install cocoapods
pod install
Note: If you are on Macbook M1, you might face some issues using Cocoapods. Visit this link to resolve any issues.
Finally, open the TourMate.xcworkspace
file to open the project on XCode. You will need to change the development team and bundle identifier accordingly to be able to build it locally.