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
return"Must be run as root to install the specified runtime"
366
366
caselet.missingRuntimeSource(identifier):
367
-
return"Runtime \(identifier) is missing source url. Downloading of iOS 18 runtimes are only supported using Xcode 16.1+ and can only be installed, not just downloaded."
367
+
return"Downloading runtime \(identifier) is not supported at this time. Please use `xcodes runtimes install \"\(identifier)\"` instead."
368
368
caselet.xcode16_1OrGreaterRequired(version):
369
369
return"Installing this runtime requires Xcode 16.1 or greater to be selected, but is currently \(version.description)"
0 commit comments