Running GUI Linux in a virtual machine on a Mac: Runtime error

I tried to build and run GUI Linux virtual machine on macOS Ventura 13.4.1 with Xcode 14.3.1.

I encounter the following runtime error:


Thread 1: Fatal error: Failed to retrieve the machine identifier data.


   private func retrieveMachineIdentifier() -> VZGenericMachineIdentifier {

    // Retrieve the machine identifier.

    guard let machineIdentifierData = try? Data(contentsOf: URL(fileURLWithPath: machineIdentifierPath)) else {

      fatalError("Failed to retrieve the machine identifier data.")

    }


Any resolution is much appreciated!


Posted on Jul 24, 2023 9:46 AM

Reply

Similar questions

2 replies

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Running GUI Linux in a virtual machine on a Mac: Runtime error

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.