wikitude::sdk_core::impl::CalibrationManager::finishCalibration() in libWikitudeSDK_simulator.a(CalibrationManager.o)
wikitude::sdk_core::impl::CalibrationManager::targetRecognized(wikitude::sdk_foundation::impl::BaseTracker&, wikitude::sdk_foundation::impl::RecognizedTarget&) in libWikitudeSDK_simulator.a(CalibrationManager.o)
wikitude::sdk_core::impl::CalibrationManager::finishCalibration() in libWikitudeSDK_simulator.a(CalibrationManager.o)
wikitude::sdk_core::impl::CalibrationManager::targetRecognized(wikitude::sdk_foundation::impl::BaseTracker&, wikitude::sdk_foundation::impl::RecognizedTarget&) in libWikitudeSDK_simulator.a(CalibrationManager.o)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
my enviroment:
cordova version: 5.3.3
installed platforms ios 3.9.1
J
Jeremy Bunting
said
over 7 years ago
Try turning 'Enable Bitcode' off in your build settings. This combined with excluding ARM7S from your build architectures helped me out. Hope that works out!
S
Simone Franchina
said
over 7 years ago
Hello Jeremy,
thanks for your reply.
I followed your suggestion:
I've removed the plugin (actually i've deleted all the project folder), compiled without the plugin, removed bitcode and excluded ARM7S architecture.
but when I've reinstalled the plugin I got the same error again.
How can it be that a so expensive framework doesn't provide the right support?
Did you checkout the latest Plugin version from GitHub and made sure you followed the instructions on the set-up and the issue report (e.g. disable bitcode).
Greetings
Nicola
A
Adrian de Vries
said
over 7 years ago
Hi Nicola,
We have upgraded our version of Cordova as well as installed the latest Wikitude plugin, but we are still experincing this issue with the cordova build failing.
After upgrading the Wikitude plugin, we are now getting an error saying that the SDK is not licenced but with have specified the sdkKey in WikitudePlugin.js.
Is there something we are missing in configuration of our project or perhaps need to update our licence key?
Simone Franchina