You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xcode 15: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 14.0.99.
#108
I was trying out Xcode 15 and new SDK currently in beta, and build gives me warning:
The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 14.0.99.
I think new SDK requires higher deployment target. It may not be a big deal now, but may be issue later on. I think this may be also related with issue #106
The text was updated successfully, but these errors were encountered:
Hi.
I was trying out Xcode 15 and new SDK currently in beta, and build gives me warning:
The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 14.0.99.
I think new SDK requires higher deployment target. It may not be a big deal now, but may be issue later on. I think this may be also related with issue #106
The text was updated successfully, but these errors were encountered: