【问题标题】:pod install error: The name of the given podspec `Yoga` doesn't match the expected one `yoga`pod install 错误:给定 podspec `Yoga` 的名称与预期的 `yoga` 不匹配
【发布时间】:2020-08-01 02:07:06
【问题描述】:

我在安装 pod 时遇到以下错误。

The name of the given podspec `Yoga` doesn't match the expected one `yoga`

在 Podfile 中,这些是唯一带有单词 yoga 的行,它们是小写的……所以我不知道是什么导致了这个问题……

pod 'yoga',
    :path => "../node_modules/react-native/ReactCommon/yoga",
    :inhibit_warnings => true

如何解决?

【问题讨论】:

    标签: xcode react-native cocoapods expo pod-install


    【解决方案1】:
    【解决方案2】:

    当你 .podfile pod '<name>' 不等于 .podspec <variable>.name = "name" 你得到

    The name of the given podspec `<name>` doesn't match the expected one
    

    【讨论】:

      猜你喜欢
      • 2021-07-08
      • 2020-10-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-09-25
      • 1970-01-01
      • 1970-01-01
      • 2012-08-14
      相关资源
      最近更新 更多