installRosetta(completionHandler:)
Starts the installation of Rosetta.
Declaration
class func installRosetta(completionHandler: @escaping @Sendable ((any Error)?) -> Void)class func installRosetta() async throwsParameters
- completionHandler:
The completion handler the framework invokes after the request finishes processing.
Discussion
The completion handler returns an error object that contains information about a problem, or nil if the installation completed successfully.