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:
- Create a brand new project.
- Copied the build directory into the root of the new project.
- Went to Target / Build Settings / Header Search Paths
- Added build/include to both debug & release search paths
- 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.
I guess I will answer my own question, in case somebody else needs help on this topic:
Good luck.