Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Flutter/Flutter.h not found error for iOS #8

Closed
briviere opened this issue Jan 27, 2022 · 1 comment
Closed

fix: Flutter/Flutter.h not found error for iOS #8

briviere opened this issue Jan 27, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@briviere
Copy link

Description
Try to run in iOS simulator and getting t

Steps To Reproduce

  1. Select iOS simulator
  2. Click on Run
  3. The following error is generated:

In file included from /Volumes/Extreme SSD/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_ios-6.0.13/ios/Classes/FLTURLLauncherPlugin.m:7:
/Volumes/Extreme SSD/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_ios-6.0.13/ios/Classes/FLTURLLauncherPlugin.h:5:9: fatal error: 'Flutter/Flutter.h' file not found
#import <Flutter/Flutter.h>
^~~~~~~~~~~~~~~~~~~

Expected Behavior
I would expect a clean build and the iOS app started.

Screenshots
none

Additional Context
none

@briviere briviere added the bug Something isn't working label Jan 27, 2022
@briviere
Copy link
Author

briviere commented Feb 5, 2022

I no longer have this issue. Reinstalling latest Flutter appears to have resolved it.

@briviere briviere closed this as completed Feb 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant