Failed to build iOS app: Swift Compiler Error on Flutterflow 6.0.5

Troubleshooting

I have not been using Flutterflow for a month, and coming back I upgraded to Flutterflow 6.0.5 and expected my app to work and continue development. When I try to launch it using Local Run it fails to build the iOS app with a couple of Swift Compiler Errors.

If I clone the code locally and run it using 'flutter run' everything works as expected.

What have you tried so far?

I was able to run the app locally using 'flutter run'. This hints to me that the code and my local XCode version seem to work, and it is something in Flutterflow causing Local Run to fail.

I would value any input possible. Since it seems to be a Flutterflow issue I am not sure how to proceed, and if I could fix the issue by upgrading XCode. But since I am able to run my app when the code is local I don't understand if XCode is the issue..

Did you check FlutterFlow's Documentation for this topic?
Yes