小编Ret*_*ana的帖子

ld:找不到架构x86_64 xcode 10的符号

我刚刚将我的Xcode更新到版本10.当我运行我的项目然后它向我显示以下错误:

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)
Run Code Online (Sandbox Code Playgroud)

xcode ios swift xcode10

5
推荐指数
0
解决办法
697
查看次数

标签 统计

ios ×1

swift ×1

xcode ×1

xcode10 ×1