给定 podspec 的名称“FlutterToast”与预期的“fluttertoast”不匹配

Posted

技术标签:

【中文标题】给定 podspec 的名称“FlutterToast”与预期的“fluttertoast”不匹配【英文标题】:The name of the given podspec `FlutterToast` doesn't match the expected one `fluttertoast` flutter 【发布时间】:2020-10-26 16:28:33 【问题描述】:

我在 Flutter 项目中导入了 fluttertoast 包。

我在 .yaml 文件和我的项目中添加了依赖项 import 'package:fluttertoast/fluttertoast.dart'; 但是当我在模拟器上运行代码时,这是输出:

   -> Fetching podspec for `fluttertoast` from `.symlinks/plugins/fluttertoast/ios`
[!] The name of the given podspec `FlutterToast` doesn't match the expected one `fluttertoast`

我尝试将名称从 FlutterToast 更改为 fluttertoast 以匹配名称,但没有成功。

我还清理了工作区并删除了.pub-cache...我尝试了很多东西但没有任何效果。

想法?

【问题讨论】:

【参考方案1】:

我遇到了同样的问题。问题出在 pubspec.yml 中,我像这样添加了插件依赖项(没有任何版本号):

fluttertoast: 

似乎是最新版本 (5.0.1) 导致了此问题。因此,将依赖项更改为以下,为我解决了这个问题:

fluttertoast: 4.0.1

【讨论】:

以上是关于给定 podspec 的名称“FlutterToast”与预期的“fluttertoast”不匹配的主要内容,如果未能解决你的问题,请参考以下文章

pod install 错误:给定 podspec 'file_picker' 的名称与预期的 'gx_file_picker' 不匹配

iOS组件化和podspec

在 `../node_modules/appcenter/ios/appcenter.podspec` 中找不到 `appcenter` 的 podspec

Podspec 验证错误 - 文件模式:规范为空

将静态库添加到 podspec

podspec文件介绍