Start a new topic

iOS App Compilation Error

iOS App Compilation Error

1 person has this problem


Hello I am trying to build the phonegap ios app by following the guide listed here -

https://github.com/Wikitude/phonegap-plugins/tree/master/iOS/AugmentedReality-Wikitude/Plugin

The only extra thing which I aded in my project not listed in above guide is -

In my target settings -> user header search path - added the path to wikitude sdk inc folder path.

If I do not add that, I get the following error message - WTArchitectView.h not found

And after adding it, I am getting folowing build error -

 

Undefined symbols for architecture i386:

  "_OBJC_CLASS_$_WTArchitectView", referenced from:

      objc-class-ref in WTWikitudePlugin.o

ld: symbol(s) not found for architecture i386

clang: error: linker command failed with exit code 1 (use -v to see invocation)

 

 
Login or Signup to post a comment