Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/firebase/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/wordpress/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Fastlane颤振吊舱安装警告ios_Ios_Firebase_Flutter_Cocoapods_Fastlane - Fatal编程技术网

Fastlane颤振吊舱安装警告ios

Fastlane颤振吊舱安装警告ios,ios,firebase,flutter,cocoapods,fastlane,Ios,Firebase,Flutter,Cocoapods,Fastlane,我正在使用Fastlane连续部署颤振 当我尝试在Fastlane Fastfile中运行flatterbuild命令时,我收到警告: ▸ 警告:未安装CoCoapod。正在跳过pod安装。▸ 椰子荚 用于检索iOS和macOS平台端的插件代码 在Dart端响应您的插件使用情况。▸ 没有椰子荚, 插件在iOS或macOS上不起作用。▸ 有关详细信息,请参阅 ▸ 要安装:▸ brew安装 椰子荚▸ 吊舱设置 但是当我从bash(不在Fastfile中)运行flatterbuild时,我没有得到这个

我正在使用Fastlane连续部署颤振

当我尝试在Fastlane Fastfile中运行flatter
build
命令时,我收到警告:

▸ 警告:未安装CoCoapod。正在跳过pod安装。▸ 椰子荚 用于检索iOS和macOS平台端的插件代码 在Dart端响应您的插件使用情况。▸ 没有椰子荚, 插件在iOS或macOS上不起作用。▸ 有关详细信息,请参阅 ▸ 要安装:▸ brew安装 椰子荚▸ 吊舱设置

但是当我从bash(不在Fastfile中)运行flatter
build
时,我没有得到这个错误

这是我在Fastfile中运行的命令:

  lane :beta do

    sh "cd /folder/folder/exampleapp && flutter clean && flutter build ios --no-codesign"

...
end
有人知道为什么吗


编辑:此错误不是致命错误。构建将提交至应用商店并完成Fastlane。这个错误是个问题吗?我正在使用Firebase插件(核心、消息、firestore),所以我的应用程序中有pod。我认为这可能会导致问题,但我有测试应用程序,firebase仍然正常工作。

我希望这会有用。@Kerberos感谢您的回复!这似乎是同一个问题。但没有正式的解决方案?@Kerberos我在你的链接中尝试了解决方案,但它不起作用。还有其他解决方案吗?我希望这会有用。@Kerberos谢谢回复!这似乎是同一个问题。但没有正式的解决方案?@Kerberos我在你的链接中尝试了解决方案,但它不起作用。还有其他解决办法吗?