I am getting error Vuforia/Vuforia.h file not found error while running the sample.
Attachment | Size |
---|---|
![]() | 40.65 KB |
I am getting error Vuforia/Vuforia.h file not found error while running the sample.
Attachment | Size |
---|---|
![]() | 40.65 KB |
1. No sample code is running and getting error that vuforia. h file not found.
2. I have created my own code and follow each instruction of development but when app is running showing blank white screen and nothing happen and display on screen
Can any one help me
Thanks
Solved. Connecting iPhone/iPad is solving all the problems.
After connecting your device it showing 3 errors:
error1: None of your accounts are a member of '3KS9B887BK': An unexpected error occurred. Xcode cannot find a team matching '3KS9B887BK'.
error2: No profiles for 'com.vuforia.sample.BgdTexture' were found: Xcode couldn't find a provisioning profile matching 'com.vuforia.sample.BgdTexture'.
error3:Code signing is required for product type 'Application' in SDK 'iOS 10.3'
open TARGET->GENERAL->SIGNING->TEAM->give your account number.
TARGET->GENERAL->deployement target=10.3.
I am able to fix it by doing below things.
1. Move the 'CrossPlatform' folder into iOS folder.
2. In CrossPlatform folder, Rename all .cpp files into .mm
3. remove 'CrossPlatform' group/folder from Xcode, and add again.