Vuforia sdk 8.+ no build
I have the same problem.
Error :
/Users/apple/Downloads/VuforiaSampleSwift-master/VuforiaSampleSwift/VuforiaManager/VuforiaEAGLView.h:11:9: error: could not build module 'Vuforia' #import <Vuforia/UIGLViewProtocol.h>
i Set all setting as per comment. I am Using vuforia-sdk-ios-8-5-8 latest version link : https://developer.vuforia.com/downloads/sdk i am also copy Image Targets in my project from vuforia sample project link : https://developer.vuforia.com/downloads/samples
1) Header Path : $(SRCROOT)/VuforiaSampleSwift/vuforia-sdk-ios-8-5-8/build/include 2) Search Path : $(PROJECT_DIR)/VuforiaSampleSwift/vuforia-sdk-ios-8-5-8/build/lib/arm 3) Objective-Bridging Header : VuforiaSampleSwift/VuforiaSampleSwift-Bridging-Header.h
Please let me know if any thing missing.
Originally posted by @DixPatel009 in https://github.com/yshrkt/VuforiaSampleSwift/issues/3#issuecomment-542636430
I think that somehow the compiler thinks that the vuforia headers are plain C instead of C++ and spouts errors accordingly. Been looking into that but i'm not familiar enough with the intricacies of xcode to know what to check.
Finally managed to get my project working by removing the Module folder from the framework package. Don't know what it's supposed to do but it works fine without it...