小编Dog*_*kan的帖子

未找到架构 ARM64 clang 的符号 - 错误:链接器命令失败,退出代码为 1(使用 -v 查看调用)

当我尝试构建时出现此错误。我已经更新了我的 pod,但没有解决。

   "Undefined symbols for architecture arm64:
  "_xmlXPathFreeObject", referenced from:
      lxml::xpath::object::object(_xmlXPathObject*) in FBAudienceNetwork(FNFMediaPresentationDescription.mm.o)
  "_xmlReadMemory", referenced from:
      lxml::xml::xml(void const*, unsigned long, char const*, char const*, int) in FBAudienceNetwork(FNFMediaPresentationDescription.mm.o)
  "___xmlLastError", referenced from:
      lxml::xml::xml(void const*, unsigned long, char const*, char const*, int) in FBAudienceNetwork(FNFMediaPresentationDescription.mm.o)
  "_xmlXPathCastToBoolean", referenced from:
      lxml::xpath::object::boolean() in FBAudienceNetwork(FNFMediaPresentationDescription.mm.o)
  "_xmlXPathCastToString", referenced from:
      lxml::xpath::object::string() in FBAudienceNetwork(FNFMediaPresentationDescription.mm.o)
  "_xmlFreeDoc", referenced from:
      lxml::xml::xml(void const*, unsigned long, char const*, char const*, int) in FBAudienceNetwork(FNFMediaPresentationDescription.mm.o)
  "_xmlXPathFreeContext", referenced from:
      +[FNFMediaPresentationDescription presentationDescriptionWithContentsOfXml:mpdUrl:error:] in FBAudienceNetwork(FNFMediaPresentationDescription.mm.o)
  "_xmlXPathCompile", referenced from:
      lxml::xpath::expression::expression(char const*) in …
Run Code Online (Sandbox Code Playgroud)

xcode ld unity-game-engine ios swift

2
推荐指数
1
解决办法
1万
查看次数

标签 统计

ios ×1

ld ×1

swift ×1

unity-game-engine ×1

xcode ×1