"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Vuforia SDK samples with XCode 4.3

Hello, I download and install the vuforia SDK 1.5.8 for iOS. I am using XCode 4.3 and when I import ImageTargets sample project, and try to build it I have some errors: [INDENT]Apple Mach-O Linker (Id) Warning Ignoring file ../../build/lib/arm/libQCAR.a, missing required architecture i386 in file Apple Mach-O Linker (Id) Error "QCAR::setHint(unsigned int, int)", referenced from: ... ... Apple Mach-O Linker (Id) Error Linker command failed with exit code 1 (use -v to see invocation)[/INDENT] Has anyone tried to run vuforia sdk samples with XCode version 4.3 ?

Hi little, The clue is here - "architecture i386". This is building for the simulator which we don't support as it doesn't have a camera. Select "iOS Device" or your attached device to build.