当前位置:网站首页>If you‘re running pod install manually, make sure flutter pub get is executed first.
If you‘re running pod install manually, make sure flutter pub get is executed first.
2022-07-07 05:04:00 【Liu Xiaobo】
error 1
perform pod install
Report errors
[!] Invalid Podfile file: /Users/liubo/Downloads/gallery-main/ios/Flutter/Generated.xcconfig must exist. If you’re running pod install manually, make sure flutter pub get is executed first.
According to the prompt , You need to add flutter package
therefore perform flutter packages get
Then report an error
The current Flutter SDK version is 3.0.4.
Because gallery requires Flutter SDK version >=3.1.0-0, version solving failed.
Running “flutter pub get” in gallery-main…
pub get failed (1; Because gallery requires Flutter SDK version >=3.1.0-0, version solving failed.)
Re execution flutter upgrade
Flutter is already up to date on channel stable
Flutter 3.0.4 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 85684f9300 (5 days ago) • 2022-06-30 13:22:47 -0700
Engine • revision 6ba2af10bb
Tools • Dart 2.17.5 • DevTools 2.12.2
192:ios liubo$ flutter packages get
Changing current working directory to: /
According to the prompt 3.0.4 It's the latest version
But what the project needs is 3.1.0,
Then modify the configuration file 
That's it
边栏推荐
猜你喜欢

In depth analysis of kubebuilder

【Android Kotlin协程】利用CoroutineContext实现网络请求失败后重试逻辑

批量归一化(标准化)处理

AttributeError: module ‘torch._C‘ has no attribute ‘_cuda_setDevice‘

Ansible概述和模块解释(你刚走过了今天,而扑面而来的却是昨天)

Leetcode(417)——太平洋大西洋水流问题

A row of code r shows the table of Cox regression model

LabVIEW在打开一个新的引用,提示内存已满

Vscode automatically adds a semicolon and jumps to the next line

一文搞懂常见的网络I/O模型
随机推荐
深入解析Kubebuilder
National meteorological data / rainfall distribution data / solar radiation data /npp net primary productivity data / vegetation coverage data
如何设计 API 接口,实现统一格式返回?
【Android Kotlin协程】利用CoroutineContext实现网络请求失败后重试逻辑
Analysis -- MySQL statement execution process & MySQL architecture
Flex layout and usage
Leetcode longest public prefix
Salesforce 容器化 ISV 场景下的软件供应链安全落地实践
Why is the salary of test and development so high?
深入解析Kubebuilder
5G VoNR+之IMS Data Channel概念
JDBC link Oracle reference code
What work items do programmers hate most in their daily work?
一文搞懂常见的网络I/O模型
2.证券投资基金的概述
ServiceMesh主要解决的三大痛点
01 machine learning related regulations
DBSync新增对MongoDB、ES的支持
全国气象数据/降雨量分布数据/太阳辐射数据/NPP净初级生产力数据/植被覆盖度数据
AOSP ~Binder 通信原理 (一) - 概要