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
F
Filip Chwastowski
said
about 11 years ago
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)
Filip Chwastowski