Start a new topic

How to start my own AR app?

How to start my own AR app?


Hi there,

I downloaded your SDK for iOS, trial version. Inside I have found nice app samples like IRAndGeoBrowser. I decided to do the same step by step with my test app, but it seems quite hard.

Firstly: how is it possible, that you're importing WTArchitectView.h when it is not imported physically into the project?

Is there a way to just copy the sample app just to make it on my own from zero to sample provided by you, so I could learn from it as much as I can?

regards

Filip

I tried to copy all necessary frameworks, imported WTArchitectView.h (though you don't seem to have that inside your sample apps) and so,

but stuck with such an error:

Undefined symbols for architecture armv7:
  "_OBJC_CLASS_$_WTArchitectView", referenced from:
      objc-class-ref in ViewController.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Login or Signup to post a comment