KhaosT / MacVM

macOS VM for Apple Silicon using Virtualization API
Apache License 2.0
1.31k stars 95 forks source link

What is the file picker dialog for? What am I supposed to select after running the project? #12

Closed jamesmortensen closed 2 years ago

jamesmortensen commented 2 years ago

When I run the project in XCode, a file picker dialog pops up. Can someone please tell me what am I supposed to select at this point?

I'm running XCode 13 on macOS 12.0.1 Monterey.

I did get a Monterey VM created using Ming's repository here, which is based on Khaos's work, and thanks to Mr. Macintosh's walkthrough of Ming's instructions, but I want to give it a try with Khaos's original solution as well.

I should also add I'm on an ARM64 Mac M1.

jamesmortensen commented 2 years ago

If it helps, this is what I'm seeing when running the project:

Screenshot 2021-11-06 at 7 41 27 PM

Sorry if this is something super simple I'm doing wrong, but I'm pretty much new to Xcode/Swift and Apple Development.

GJoshi27 commented 2 years ago

You need to click on New Document button on file picker dialog, and it should continue for you.

jamesmortensen commented 2 years ago

Thanks @GJoshi27 that was what I was missing!