Hello, I am very new to Xcode and trying to build and run a simple project that installs and runs a VM. The sample code is provided by apple at
https://developer.apple.com/documentation/virtualization/running_macos_in_a_virtual_machine_on_apple_silicon_macs
The code has two apps. One that installs the bundle and another that runs it. I am able to create the bundle but don't know how to run the app macOSVirtualMachineSampleApp.
Every time I start run I get the following.
create VM.bundle: the base directory already exists.
Which means I am running InstallationTool app every time. How do I run the macOSVirtualMachineSampleApp?
I can see that in products folder both apps have been created but I only see Installationtool command line tool when I go to that location.
1
0
3.3k