首页 > 解决方案 > 架构 armv7 的未定义符号:YGConfig

问题描述

我已经在网上尝试了所有可能的解决方案来解决这个错误。

现在已经快一周了,在构建 React Native iOS 应用程序时仍然继续跳进同样的事情。

Undefined symbols for architecture armv7:
  "YGConfig::YGConfig(int (*)(YGConfig*, YGNode*, YGLogLevel, char const*, void*))", referenced from:
      _YGConfigNew in libyoga.a(Yoga.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

请帮我解决这个问题。

标签: react-native-ios

解决方案


推荐阅读