We should add some warning boilerplate to the Debug.xcconfig and Release.xcconfig templates above the #include "Generated.xcconfig". Something along the lines of:
// Generated.xcconfig is critical for Flutter builds and must be #included in all Flutter projects
#include "Generated.xcconfig"
We should add some warning boilerplate to the
Debug.xcconfigandRelease.xcconfigtemplates above the#include "Generated.xcconfig". Something along the lines of: