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
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.