Tag: fix
-
The iOS Simulator deployment targets is set to 8.0, but the range of supported deployment target version for this platform is 9.0 to 14.1
When I was trying to start my flutter app, the following problem appeared in my stack track. The iOS Simulator deployment objectives are set to 8.0, however flutter supports deployment targets from 9.0 to 14.1 for this platform. So, today, I’ve compiled a list of all viable solutions to this problem. I’ll try to provide…