Seeing the following linking errors with SDK 0.8. Project builds fine with SDK 0.7.1, but simply swapping out the framework for SDK 0.8 generates the following errors:
Undefined symbols for architecture x86_64:
“oc::tGwaFqz3::addWeakTracker(std::__1::unique_ptr<oc::Tracker, std::__1::default_deleteoc::Tracker >, std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, int, oc::t0iAWyGp*, oc::xH1ms5LR*, bool)”, referenced from:
l3694 in Structure
“oc::tGwaFqz3::trajectorySimilarity(std::__1::shared_ptroc::eo1xpH1n const&, std::__1::shared_ptroc::eo1xpH1n const&, double, double)”, referenced from:
l3693 in Structure
“oc::tGwaFqz3::tGwaFqz3(oc::tGwaFqz3::stt09zCX const&)”, referenced from:
l3694 in Structure
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Have followed directions here https://medium.com/@jianshi_94445/setting-up-structure-sdk-in-swift-with-xcode9-for-using-structure-sensor-d93313320db3 with no joy.
Have checked framework with lipo -info and looks like it does gave the correct architecture, so assume it is missing an additional framework somewhere.
Project is Swift 11.3, 4.1