Skip to content

Commit

Permalink
update warning about iOS 18
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKiazyk committed Jun 28, 2024
1 parent bb3bd6c commit c24dfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/XcodesKit/RuntimeInstaller.swift
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ extension RuntimeInstaller {
case .rootNeeded:
return "Must be run as root to install the specified runtime"
case let .missingRuntimeSource(identifier):
return "Runtime \(identifier) is missing source url."
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"
case .unsupportedCryptexDiskImage:
return "Cryptex Disk Image is not yet supported."
}
Expand Down

0 comments on commit c24dfa7

Please sign in to comment.