Report
What did you do?
Built a macOS project that includes pods which do not have the deployment target set for macOS (for example, Argon2).
What did you expect to happen?
Compile without errors and warnings.
What happened instead?
It seems that starting with Xcode 12, I get a warning when building those pods (I don't get them with Xcode 11):
The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.6, but the range of supported deployment target versions is 10.9 to 10.16.99.
Since 10.6 is ancient, it would be nice to raise the default deployment target for macOS to 10.9 to prevent this warning.
Report
What did you do?
Built a macOS project that includes pods which do not have the deployment target set for macOS (for example,
Argon2).What did you expect to happen?
Compile without errors and warnings.
What happened instead?
It seems that starting with Xcode 12, I get a warning when building those pods (I don't get them with Xcode 11):
The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.6, but the range of supported deployment target versions is 10.9 to 10.16.99.Since 10.6 is ancient, it would be nice to raise the default deployment target for macOS to 10.9 to prevent this warning.