Answers for "atal error: 'flutter/flutter.h' file not found #import <flutter/flutter.h>"

0

'flutter/flutter.h' file not found

-- 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.
Posted by: Guest on January-10-2022

Code answers related to "atal error: 'flutter/flutter.h' file not found #import <flutter/flutter.h>"

Code answers related to "Dart"

Browse Popular Code Answers by Language