Getting Started
Requires at least XCode 6.4 and the iOS 8 SDK or newer. If you would like to run the app
on a device make sure you have the proper Apple Developer credentials.
CocoaPods is required for a few external
dependencies, you can install it with $ sudo gem install cocoapods
.
Clone, install, and open with:
$ git clone https://github.com/Kitware/arctic-viewer-ios.git
$ cd ./arctic-viewer-ios
$ pod install
$ open -a XCode ArcticViewer.xcworkspace
XCode will open, try running the project on a simulator first, simply press
⌘R
. Running it on a device is a little more tricky. If you don't have the right
Apple Developer credentials for a plugged in device you'll get some popups
or errors about the problem. Sometimes these are automatically resolvable
through XCode, but usually not.
Back