Hello,
With older Vuforia and ulder unity all works fine. Now after export project to XCODE and try to run od device Have 45 errors.
see atachement .
Any idea ?
Niedved
Attachment | Size |
---|---|
![]() | 558.36 KB |
Hello,
With older Vuforia and ulder unity all works fine. Now after export project to XCODE and try to run od device Have 45 errors.
see atachement .
Any idea ?
Niedved
Attachment | Size |
---|---|
![]() | 558.36 KB |
After changing to "Buil only active architecture" to YES (based on other users problems) I've new errors with armv7 this time
Attachment | Size |
---|---|
![]() | 570.17 KB |
From the screenshot, it appears that the compiler/linker is trying to access "QCAR" APIs that belong to an old Vuforia version (e.g. Vuforia 4.x or 5.0.x); for example, Vuforia 5.5.9 does not expose a QCAR::State; instead it exposes a Vuforia::State class.
Most likely you have migrated an existing project from an old Vuforia vesion to Vuforia 5.5.9, but something might have gone wrong in the migration process.
See:
https://developer.vuforia.com/library/articles/Solution/Migrating-Unity-Projects-to-Vuforia-5-5