RN pod install '`Yoga (= 0.44.0.React)` required by `React/Core (0.44.0)`'

路径问题

使用pod安装,可能会因为Podfile的路径指向错误或者没有路径指向因为报错。

1、我们用pod做三方库管理时,一般会使用 pod init 初始化一个Podfile文件,然后再文件里指定需要使用的第三方库。如下是在集成RN时,把全部组件做了依赖:

图示

这时,如果path里面的路径没有写正确,在 pod install 后,终端会提示找不到对应的组件。

[!] No podspec found for `React` in`./ReactComponent/node_modules/react-native`

[!] Your Podfile has had smart quotes sanitised. To avoid issues in the future, you should not use TextEdit for editing it. If you are not using TextEdit, you should turn off smart quotes in your editor of choice.

如图:

图示

此时,就需要检查path中路径是否正确。这里要注意 podfile文件所在的路径为当前路径。

2、在路径指定正确后,可能会提示下面这个错误:

Fetching podspec for `React` from `./RNComponent/node_modules/react-native`
[!] Unable to satisfy the following requirements:

- `Yoga (= 0.44.0.React)` required by `React/Core (0.44.0)`

None of your spec sources contain a spec satisfying the dependency: `Yoga (= 0.44.0.React)`.

You have either:
 * out-of-date source repos which you can update with `pod repo update`.
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.

Note: as of CocoaPods 1.0, `pod repo update` does not happen on `pod install` by default.

[!] Your Podfile has had smart quotes sanitised. To avoid issues in the future, you should not use TextEdit for editing it. If you are not using TextEdit, you should turn off smart quotes in your editor of choice.

如图:

图示

这是因为在指定的路径没有寻找到相应的组件。此时就需要修改podfile文件中的路径,由于上方提示没有 Yoga ,那我们就指定Yoga的路径。如图:

图示

此时,如果提示下图,就说明安装成功:

图示

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值