【发布时间】:2021-04-04 09:01:26
【问题描述】:
我在 Android Studio 中使用 Flutter 以及运行时
CocoaPods 的错误输出如下所示
你知道如何解决这个问题吗?
在 iPhone 8 上以调试模式启动 lib/main.dart...
正在运行 pod 安装...
CocoaPods 的输出:
↳
Preparing
。 . . . .
CocoaPods 的错误输出: ↳
[!] Automatically assigning platform `ios` with version `9.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`.
[!] A license was specified in podspec `integration_test` but the file does not exist - /Users/a/AndroidStudioProjects/flutter_app5/ios/.symlinks/plugins/integration_test/LICENSE
[!] Unable to read the license file `../LICENSE` for the spec `integration_test (0.0.1)`
[!] Unable to read the license file `../LICENSE` for the spec `integration_test (0.0.1)`
运行 pod install 时出错 在 iPhone 8 上启动应用程序时出错。
【问题讨论】:
标签: flutter cocoapods flutter-dependencies