I'm seeing the following warning messages in xcode whenever compiling my app.
The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99.
Google says it's somehow related to cocoapods but i'm not using them (just swift packages) & i also don't see pod file in xcode's list of project files..
Deployment target is already set to 14 -
Any ideas on how to get rid of these messages?
question from:https://stackoverflow.com/questions/65645983/how-to-change-deployment-target-in-xcode-12-3