"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

Beginner's Question...

Sorry if this has been asked before or if it's something blatantly obvious that I've missed, after a bit of searching through the forums I was still unable to find a good answer to my question. I've been met with a good deal of complications attempting to add in all the necessary resources on my own, even attempting to start a new project by renaming and modifying one of the samples has given me a few problems, such as ARCommon being missing, only to give me errors when I add the files in on my own... Just for the sake of a beginner, how would I go about either creating a new project from scratch in xCode and adding in everything to it (the library, QCAR headers, and ARCommon)?

Hi cshell,

It is more difficult to create an xcode project from scratch than it is to modify one of the existing samples (say ImageTargets), but it is possible.

Hi,

 

I have the same question. It would be great if there was an Xcode Vuforia project template, but there isn't. What is the simplest way to initiate a project without Unity?

Regards,

Y

Hi yousufk18,

Partly it depends on what you are trying to do, but probably the best place to start is to take the sample code and change it to your requirements.

The code in QCARUtils is there to help setup and carry out initialisation, so using it will save you time.