'Flutter/Flutter.h' file not found while building iOS in Flutter #146753
Unanswered
KamssuPatrick
asked this question in
Mobile
Replies: 1 comment
-
@KamssuPatrick The Mobile category is for feedbacks about GitHub Mobile apps. Why don't you change the category to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
Title
'Flutter/Flutter.h' file not found
while building iOS in FlutterDescription
I am encountering the error
'Flutter/Flutter.h' file not found
when trying to build my Flutter app for iOS. Below are the details of my environment and the steps I have followed so far.Environment
Error
Here is the exact error shown in Xcode:
Relevant Code
The
GeneratedPluginRegistrant.h
file:Steps Taken So Far
Ran
flutter clean
followed byflutter pub get
.Deleted Pods and related files:
Reinstalled Pods:
cd ios pod install
Verified that the
Podfile
contains:Set the iOS deployment target to 12.0 in the Podfile and Xcode.
Tried recreating the iOS folder:
Verified the Framework Search Paths in Xcode:
Questions
Flutter/Flutter.h
file not found occur?Beta Was this translation helpful? Give feedback.
All reactions