【发布时间】:2019-03-10 14:32:12
【问题描述】:
我最初删除了名为 lstdc++ 的库,因为 Xcode 要求我删除并添加另一个名为 libc++ 的库。
在那之后,又发生了一个错误,然后我已经 2 天无法弄清楚了。
它告诉我什么错误
Undefined symbols for architecture x86_64:
"std::_List_node_base::unhook()", referenced from:
std::list<Linphone::Conference::Participant,
std::allocator<Linphone::Conference::Participant>
>::remove(Linphone::Conference::Participant const&) in
liblinphone.a(conference.cc.o)
"std::_List_node_base::hook(std::_List_node_base*)", referenced from:
Linphone::Conference::addParticipant(_LinphoneCall*) in
liblinphone.a(conference.cc.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
你们对这个问题有什么想法吗?我一直在寻找另一个网站,它告诉我关注这个libstdc++.6.0.9.tbd,但仍然无法正常工作。
【问题讨论】:
标签: iphone swift xcode10 linphone