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
Copy file name to clipboardExpand all lines: Sources/XcodesKit/RuntimeInstaller.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -243,7 +243,7 @@ extension RuntimeInstaller {
243
243
case.rootNeeded:
244
244
return"Must be run as root to install the specified runtime"
245
245
caselet.missingRuntimeSource(identifier):
246
-
return"Runtime \(identifier) is missing source url."
246
+
return"Runtime \(identifier) is missing source url. Downloading of iOS 18 runtimes are not supported. Please install manually see https://developer.apple.com/documentation/xcode/installing-additional-simulator-runtimes"
0 commit comments