我正在尝试将 mixpanel 插件添加到我的 react-native 项目中。 我正在使用这些链接
xcode 中的集成在这里 mixpanel cocoapods
我遵循了这些说明:
gem install cocoapods
然后我运行 pod setup 并将 Podfile 文本文件创建到项目中。 然后当我在我的 bash 命令行中运行 pod install 时,我得到了这个错误
The dependency
Mixpanel
is not used in any concrete target.
你首先需要从你的 react native ios
目录运行 pod init
。这会生成正确的起始 podfile,正确定位您的应用程序。
https://github.com/facebook/react-native/issues/7775
关于ios - 依赖 `Mixpanel` 未在任何具体目标中使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46804115/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |