-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
a: existing-appsIntegration with existing apps via the add-to-app flowIntegration with existing apps via the add-to-app flowplatform-iosiOS applications specificallyiOS applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
Error Message: 'Flutter/Flutter.h' file not found
Steps to reproduce:
- Create an add 2 app scenario
- Edit the module's pubspec.yaml to include a new asset
- Inside of the module run
flutter build bundle - Go back to your xcode project and build and run, notice that the Flutter headers are no longer able to be found.
You can fix this broken state by going back to your host app and running pod install.
It would be nice if we could automatically fix this erroneous state or communicate back to users that they need to run pod install again.
Metadata
Metadata
Assignees
Labels
a: existing-appsIntegration with existing apps via the add-to-app flowIntegration with existing apps via the add-to-app flowplatform-iosiOS applications specificallyiOS applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.