Undefined Symbols Error in Xcode 15.2 When Building InDesign SDK 2025
- October 23, 2024
- 4 replies
- 4874 views
Hi All, I am getting below error when trying to build my native c++ plugin in xcode 15.2.
Can anyone please help.
Thanks
Undefined symbols for architecture x86_64:
"boost::this_thread::interruption_point()", referenced from:
boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) in HttpUtils.o
"boost::this_thread::disable_interruption::disable_interruption()", referenced from:
boost::shared_mutex::lock() in HttpUtils.o
boost::shared_mutex::lock_shared() in HttpUtils.o
"boost::this_thread::disable_interruption::~disable_interruption()", referenced from:
boost::shared_mutex::lock() in HttpUtils.o
boost::shared_mutex::lock_shared() in HttpUtils.o
"boost::detail::get_current_thread_data()", referenced from:
boost::detail::interruption_checker::interruption_checker(_opaque_pthread_mutex_t*, _opaque_pthread_cond_t*) in HttpUtils.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
<Title renamed by MOD>
