How to compile and run vuforia sample code for iOS

I downloaded the Vuforia SDK and sample code from this site, but it gives

<QCAR/QCAR.h> file not found

http://www.qualcomm.com/solutions/augmented-reality

+4
source share
2 answers

Vuforia iOS samples must be added to the Vuforia iOS SDK installation sample directory.

  • Download the Vuforia samples that come in a compressed archive and expand them into your own directory.
  • Copy the samples to the Vuforia installation directory so that the directory structure looks like this:

~ /../ vuforia-KFOR-KCH-x-x-xxx / samples / VuforiaSamples / VuforiaSamples.xcodeproj:

+13
source

, , SDK, PLS . vuforia (https://developer.vuforia.com/forum/ios/getting-error-lexical-or-prepocessor-issue-qcartoolh), .

1:

( include, lib ) Project.

2:

"libVuforia.a" , .

3:

.

a) = $(PROJECT_DIR)/build/include

b) = $(PROJECT_DIR)/build/lib/arm

+4

All Articles