当我在模拟器中运行 Flutter 应用程序时,它会抛出错误,但当我从 Xcode 运行它时,它运行没有错误 - Mac

当我在模拟器中运行 Flutter 应用程序时,它会抛出错误,但当我从 Xcode 运行它时,它运行没有错误 - Mac

当我在模拟器中运行我的 Flutter 应用程序时,它会抛出错误,但是当我从 Xcode 运行它时,它运行没有错误,我不知道它是怎么发生的,是我的机器问题还是 cocoapods 问题

Launching lib/main.dart on iPhone 8 in debug mode...
Warning: CocoaPods not installed. Skipping pod install.
  CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side.
  Without CocoaPods, plugins will not work on iOS or macOS.
  For more info, see https://flutter.dev/platform-plugins
To install see https://guides.cocoapods.org/using/getting-started.html#installation for instructions.

CocoaPods not installed or not in valid state.
Error launching application on iPhone 8.

相关内容