📜  找不到“flutter flutter.h”文件 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:47.855000             🧑  作者: Mango

代码示例2
-- Remove podfile and podfile.lock...By using command (re ios/podfile && rm ios/podfile.lock)
-- Then Update each and every package in your flutter project by using comand (flutter pub upgrade)
-- Then Use (flutter pub upgrade --major-versions) this command to upgrade to major version of all packages
-- Flutter clean
-- Flutter Run (Try to run from IDE in IOS Simulator if the app gets built try to open IOS folder in XCODE)
-- From There again try to run the app.