Skip to content

Commit c24dfa7

Browse files
committed
update warning about iOS 18
1 parent bb3bd6c commit c24dfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XcodesKit/RuntimeInstaller.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ extension RuntimeInstaller {
243243
case .rootNeeded:
244244
return "Must be run as root to install the specified runtime"
245245
case let .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"
247247
case .unsupportedCryptexDiskImage:
248248
return "Cryptex Disk Image is not yet supported."
249249
}

0 commit comments

Comments
 (0)