0

I am trying to use Vuforia static library into a Swift xcode project, but getting unknown type error for c++ namespaces,

error: Unknown type name 'namespace' in the Matrices.h file

  • You *cannot* import C++ code into Swift: https://stackoverflow.com/questions/35229149/interacting-with-c-classes-from-swift. – Martin R Sep 12 '18 at 09:41
  • Thanks Martin, but when I went through this github code its working there, Let me know if you have any ideas. https://github.com/yshrkt/VuforiaSampleSwift – rahul.mahajan Sep 12 '18 at 09:47
  • You'll have to post the relevant code, and show exactly where the error message occurs. – Martin R Sep 12 '18 at 11:29

0 Answers0