Linked Questions
42 questions linked to/from error: 'Flutter/Flutter.h' file not found when flutter run on iOS
138 votes
44 answers
106k views
Flutter build iOS got error: Requested but did not find extension point with identifier
I just upgraded to Xcode 13.3-beta, running a flutter project got this error: Error output from Xcode build: ↳ 2022-03-02 17:45:38.148 xcodebuild[62848:6695836] Requested but did not find ...
71 votes
20 answers
59k views
Missing file `libarclite_iphoneos.a` in Xcode 14.3 after update flutter and Xcode
I have flutter project, I'm trying to run the iOS version but I get error after I update flutter and Xcode to the latest version, I use firebase core plugin error: Could not build the precompiled ...
76 votes
12 answers
130k views
Class is implemented in both, One of the two will be used. Which one is undefined
I have an issue with dependencies included in Cocoapods. I have a Framework project (MyFramework target), which also has App target (MyFrameworkExampleApp). When I try to run the app, I get a console ...
30 votes
11 answers
56k views
Can't load Kernel binary: Invalid kernel binary format version. No active package webdev
After running webdev serve it gives "Can't load Kernel binary: Invalid kernel binary format version. No active package webdev." this error tried this and it added some dependencies flutter packages ...
27 votes
7 answers
42k views
Flutter.h not found error
I've lost the ability to build Flutter applications for iOS since a few days back. I updated my iPad to 11.4 which forced me to update xCode to 9.4 and I think there was a new release of Flutter ...
12 votes
3 answers
7k views
Flutter pod install problem - undefined method `each_child' for #<Dir:0x00007fa6f7e2ec80>
I was working on a Flutter app and suddenly got the following error when I run pod install. I need to mention that I searched a lot and tried too many ways but unfortunately nobody had the exact ...
7 votes
2 answers
10k views
GeneratedPluginRegistrant.h:10:9: 'Flutter/Flutter.h' file not found
I am trying to run my flutter app in iOS emulator, but I got error saying 'Flutter/Flutter.h' file not found. I have tried multiple solutions like pod clean and reinstalling pods. flutter version:- 2....
6 votes
2 answers
7k views
fatal error: 'Flutter/Flutter.h' file not found in flutter
This is the error - In file included from /Users/chetan/.pub-cache/hosted/pub.dartlang.org/webview_flutter-1.0.7/ios/Classes/JavaScriptChannelHandler.m:5: /Users/chetan/.pub-cache/hosted/pub.dartlang....
6 votes
1 answer
9k views
Flutter fatal error: 'Flutter/Flutter.h' file not found
I am unable to build flutter project for iOS , gives me error as follows Xcode's output: ↳ In file included from /Users/sulfy/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0....
4 votes
2 answers
12k views
Lexical or Preprocessor Issue (Xcode): 'Flutter/Flutter.h' file not found
I'm working on a project of a team and get this error when i try to debug. My flutter doctor found no issue and I am not familiar with the code since I get the project repo from someone else. ...
3 votes
2 answers
5k views
How to fix "Concurrency is only available in iOS 15.0.0 or newer" error Flutter
I recently updated my Flutter SDK to 3.0.4, and my project would no longer build when trying to launch on the iOS Simulator. I got the following errors and implemented the solutions below each error: ...
0 votes
2 answers
3k views
Flutter: Error (Xcode): 'Flutter/Flutter.h' file not found when running on IOS
my project a few days ago was running fine but today when i ran it, an error occurred First I run the project normally, then I get an error message Command PhaseScriptExecution failed with a nonzero ...
2 votes
1 answer
5k views
Flutter app, cannot build the app in simulator
First time posting on stackoverflow. I feel like I'm entering into the "club" lol. So I'm trying to launch this flutter app on iOS (app already on Google Play). But somehow, I can't run my ...
2 votes
1 answer
6k views
Lexical or Preprocessor Issue Xcode 15: Flutter/Flutter.h file not found
I update my flutter app to Xcode 15 and after that I get the following error after apply flutter run command. Could not build the precompiled application for the device. Swift Compiler Error (Xcode): ...
3 votes
2 answers
4k views
Flutter iOS fatal error: 'Flutter/Flutter.h' file not found
When I try to build my iOS I was facing such error I think it's mostly with the webview_flutter package Failed to build iOS app Error output from Xcode build: ↳ In file included from /Users/...