Hi all,
I've been attempting to integrate Vuforia with my iOS app. However, I am stuck on armv7s Apple Mach-O linker errors.
Since there are no in depth guides by Qualcomm for this I followed the answer given here: http://stackoverflow.com/questions/19771169/how-use-vuforia (answer by Maury Markowitz).
After following this tutorial I kept getting linker errors in my application. So I played around with the project settings, with no luck.
Many frustrating tries later I found a problem with the deployment target. When I change the deployment target of the Vuforia sample (default set to 4.3) to anything >=7.0 I get the linker error.
I am not sure why this is caused as the sample runs just fine on iOS 7.1 and iOS 8 (beta 5) iPhones when targeting 4.3.
Any suggestions (also, any plans to support Swift in greater depth/create a guide to integration)?
Config:
XCode 6 beta 6
Phones: iPhone 5s on iOS 7.1 and iPhone 5 on iOS 8 (beta 5)
Usage: All features in sample work fine. I want to integrate Cloud Reco.
OS: OSX 10.9.4 (Mavericks)
Cheers
Indigo
Glad to hear it ;-)