On macOS Ventura Flutter doctor prints the following:
[!] Flutter (Channel master, 3.6.0-7.0.pre.51, on macOS 13.0.1 22A400
darwin-arm64, locale pl-PL)
✗ Downloaded executables cannot execute on host.
See https://github.com/flutter/flutter/issues/6207 for more information
The link that Flutter refers to doesn't give anything as it refers to Linux.
I have already tried many solutions such as flutter clean and installing libstdc++.
Also, this problem has been raised in the following ticket:
Flutter Issues with MacOS 10.15 Catalina
however, 3 years ago Flutter had not been supported by MacOS 10.15. Is it now the same with macOS Ventura?
Update: I ran sudo softwareupdate --install-rosetta --agree-to-license and it helped.