Mobile 运行颤振应用程序时出错

Mobile 运行颤振应用程序时出错,mobile,dart,flutter,Mobile,Dart,Flutter,我正在开发一个关于颤振的应用程序,但当我在模拟器IntelliJIdea中运行以模拟它时,会出现以下错误: CoCoapod的错误输出: ↳ 忽略bindex-0.5.0,因为未生成其扩展。Try:gem pristine bindex——版本0.5.0 忽略bootsnap-1.3.1,因为未生成其扩展。Try:gem pristine bootsnap——版本1.3.1 忽略byebug-10.0.2,因为它的扩展未构建。Try:gem pristine byebug——版本10.0.2

我正在开发一个关于颤振的应用程序,但当我在模拟器IntelliJIdea中运行以模拟它时,会出现以下错误:


CoCoapod的错误输出:
↳
忽略bindex-0.5.0,因为未生成其扩展。Try:gem pristine bindex——版本0.5.0
忽略bootsnap-1.3.1,因为未生成其扩展。Try:gem pristine bootsnap——版本1.3.1
忽略byebug-10.0.2,因为它的扩展未构建。Try:gem pristine byebug——版本10.0.2
[33M警告:CocoaPods要求您的终端使用UTF-8编码。
考虑将以下添加到~/.Prrase: < /代码> 

    export LANG=en_US.UTF-8
    [0m
Ignoring ffi-1.9.25 because its extensions are not built.  Try: gem pristine ffi --version 1.9.25
Ignoring gem-wrappers-1.4.0 because its extensions are not built.  Try: gem pristine gem-wrappers --version 1.4.0
Ignoring msgpack-1.2.4 because its extensions are not built.  Try: gem pristine msgpack --version 1.2.4
Ignoring puma-3.12.0 because its extensions are not built.  Try: gem pristine puma --version 3.12.0
Ignoring sqlite3-1.3.13 because its extensions are not built.  Try: gem pristine sqlite3 --version 1.3.13

[!] Automatically assigning platform `ios` with version `8.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.
运行pod安装时出错

在iPhone X上启动应用程序时出错。

有人能帮忙提建议吗


谢谢

我可以通过取消Podfile中的
use\u frameworks
注释来解决这个特殊问题。

您使用“flift run”吗命令?我相信不知何故另一个命令正在运行。我相信您的项目配置错误。@yamin谢谢您的建议,不,我正试图从中运行flutterIntelliJIDEA@Shahsayyad你能试试颤振跑吗?(并将结果添加到您的问题中,最好使用
-v
进行详细输出,这很可能会显示错误)@CreativeCreatorMaybeno我没有做什么,Cocoapod错误停止了。我在Podfile中取消了
#use_frameworks!
,错误停止了,Android Studio给了我一个版本。该应用程序运行顺利,但我担心这不会产生额外的看不见的bug。朋友们,有没有关于如何使用在线视频的想法r应用程序?