Hi !
I have to add Vuforia into a Swift project for my internship but I'm facing I'm facing issues.
I have seen only one post about Swift and it only said that "it should be possible" one year ago ...
The problem is probably in the Bridging-Header.h :
When i add
#import "QCAR/QCAR.h"
I have Swift Compiler Error like :
Unknown type name 'namespace'http://i.imgur.com/iMoSTC9.png
If I try to
@import QCAR;
I get :
Module 'QCAR' not found
Is there anybody who can help me here ?
Thanks