gpt4 book ai didi

react-native - React Native 和 pod 安装失败

转载 作者:行者123 更新时间:2023-12-02 04:39:09 25 4
gpt4 key购买 nike

我正在尝试将 libary ( pusher ) 安装到使用 react-native 语言制作的 IOS 上。

我使用的命令是

pod 'libPusher', git: 'https://github.com/pusher/libPusher.git', branch: 'push-notifications

我得到的错误是

[!] Unknown command: `libPusher,`
Did you mean: list?
Usage:
$ pod COMMAND
CocoaPods, the Cocoa library package manager.
...

我不知道为什么这个 pod 安装不起作用。 Pod 版本为 1.0.1。(pod --version)

请与我分享任何想法!

最佳答案

不确定您是否曾经想过这一点,但是 Pusher 给您的行不是针对命令行的。将其添加到您的 Podfile 中:

target 'MyApp' do
pod 'libPusher', git: 'https://github.com/pusher/libPusher.git', branch: 'push-notifications'
end

然后运行pod install进行安装

关于react-native - React Native 和 pod 安装失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38966917/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com