Download the iOS package from: http://artoolkit.org/download-artoolkit-sdk
Click on the .xcodeproj file
NB: the project is not compatible with the simulator, so you will need to connect your device now
In the device dropdown, select your device
In the app dropdown (to the left of the device dropdown), select ARApp
Click Run
Troubleshooting at this point:
- Some error saying select a development team: Click the folder icon on the left hand side menu, then click on the .xcodeproj file. In the main menu, under General > Signing, use the dropdown for Team to select one. If none, you will need to add one via XCode > Preferences > + Account. Also, make sure your Bundle Identifier is changed to something unique.
- After the app installs on the device, you will need to "Trust" the developer: go to General > Profiles & Device Management > Click Trust
- iOS >10 now requires Privacy dialog messages be filled out in the app's info.plist file. Otherwise the app will crash upon startup. So use the search box to find *info.plist and add a row for "Privacy - Camera Usage Description". And fill in the corresponding description text.