Skip to content

Instantly share code, notes, and snippets.

@iambrian
Last active October 18, 2016 02:29

Revisions

  1. iambrian revised this gist Oct 18, 2016. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ARtoolkit_setup.md
    Original file line number Diff line number Diff line change
    @@ -5,6 +5,7 @@ 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
  2. iambrian renamed this gist Oct 18, 2016. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. iambrian revised this gist Oct 18, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion setup.txt
    Original file line number Diff line number Diff line change
    @@ -10,6 +10,6 @@ In the app dropdown (to the left of the device dropdown), select ARApp
    Click Run

    Troubleshooting at this point:
    1. 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
    1. 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.
    2. After the app installs on the device, you will need to "Trust" the developer: go to General > Profiles & Device Management > Click Trust
    3. 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.
  4. iambrian revised this gist Oct 18, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion setup.txt
    Original file line number Diff line number Diff line change
    @@ -10,6 +10,6 @@ In the app dropdown (to the left of the device dropdown), select ARApp
    Click Run

    Troubleshooting at this point:
    1. Some error saying select a development team: under General > Signing, use the dropdown for Team to select one. If none, you will need to add one via XCode > Preferences > + Account
    1. 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
    2. After the app installs on the device, you will need to "Trust" the developer: go to General > Profiles & Device Management > Click Trust
    3. 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.
  5. iambrian created this gist Oct 13, 2016.
    15 changes: 15 additions & 0 deletions setup.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    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:
    1. Some error saying select a development team: under General > Signing, use the dropdown for Team to select one. If none, you will need to add one via XCode > Preferences > + Account
    2. After the app installs on the device, you will need to "Trust" the developer: go to General > Profiles & Device Management > Click Trust
    3. 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.