Last active
October 18, 2016 02:29
Revisions
-
iambrian revised this gist
Oct 18, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
iambrian renamed this gist
Oct 18, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
iambrian revised this gist
Oct 18, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. 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. -
iambrian revised this gist
Oct 18, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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. -
iambrian created this gist
Oct 13, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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.