I am currently trying to set up Flutter Flavors in iOS.
Sadly, I get the error, that Generated.xcconfig is not found. I tried everything I could find on the internet.
From flutter clean, to Xcode clean, to flutter build... Nothing really worked.
The File is in the Flutter folder of iOS, I double checked that. I also have the Generated.xcconfig file in that folder.
The error doesn't apply to the already generated Debug and Release.xcconfig.
/Users/username/IdeaProjects/project_new/ios/example_project.xcconfig:1: could not find included file
'Generated.xcconfig' in search paths (in target 'Runner' from project 'Runner')
Thank you so much!