This is the repository for the open fusion iOS application. This will be the home of all iOS code developed for the GSF Design Team.
After cloning this project, you will need to install the Podfile into the project. Here are the steps you must follow:
-
Install cocoapods using this command
$ sudo gem install cocoapods -
Run this command in the projects directory and your finished.
$ pod install
From now on open the GSFDataCollecter.xcworkspace file instead of the xcproject file.