xxxxxxxxxx
If you are not able to run your flutter app on iOS 17 on VS code
but on Xcode works, this is way to work with it:
1. Run your project with Xcode
2. Run in the terminal of your flutter project "flutter attach"
3. Wait sync
4. Now you can run in the terminal hot reload (r) or hot restart (R)
(is not a final way to fix it, but is something so you can reload it on VS)