Answers for "m1 flutter 'flutter/flutter.h' file not found"

1

Flutter/Flutter.h' file not found flutter

// Delete ios directory and recreate by running

flutter create .
Posted by: Guest on September-10-2021
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 "m1 flutter 'flutter/flutter.h' file not found"

Code answers related to "Dart"

Browse Popular Code Answers by Language