"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

Adding Vuforia SDK to Xcode from scratch

I have followed this example:

https://library.vuforia.com/articles/Solution/Getting-Started-with-Vuforia-for-iOS-Development

and wowza... it's working perfectly. Now, what I want to do, is to integrate the sdk to a new project from scratch. it's really sad that Vuforia hasn't provided step by step way to do this. Every time somebody asked in the forum how to add to a new project, they are redirect to the samples link. I mean, it's nice but not enough. As a programmer, i'd like to know what I am putting in my app so I can solve problems that might rise in the future.  

I went ahead and did this:

  1. Create a brand new project. 
  2. Copied the build directory into the root of the new project. 
  3. Went to Target / Build Settings / Header Search Paths
    1. Added build/include to both debug & release search paths
  4. Tried to build and bam! tried to import <Vuforia/Vuforia.h> not found...

Is there something that I have missed. Is there other configurations that I need to do? If so, what are the steps? I think really an answer to this question would help many people in the future. 

Thanks. 

kopacabana

Tue, 11/07/2017 - 09:19

Great ! It(s work perfectly.

Thanks a lot, I search this for a long time.

It's pretty simple but nobody in Vuforia explain how to do these operations in a simple process...