"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Help with Xcode - 'QCARUnityPlayer.h' file not found

Hey guys, I'm a newbie trying to figure my way out of the darkness. I'm using Unity 3.4 with Qcar 1.5 beta SDK. I always have a "QcarUnityPlayer.h" file not found. I've copy the QcarUnityPlayer.h manually to XCode library and it compiles fine. And I'll get Semantic Issue - Use of undeclared identifier 'mono_dl_register_symbol' and 'kScreenOrientationUnknown' issues But if it runs, I see the Unity logo for a few seconds and the app stops working. Any advice?

It sounds like the PostProcessBuildPlayer didn't work correctly. This adds the header and library files to your Xcode project. Make sure your project doesn't have any spaces, hyphens, or non-standard characters in the project name or path name. Is that the issue? - Kim