KhaosT/MacVM

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

jamesmortensen opened this issue · 3 comments

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.

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.

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

Thanks @GJoshi27 that was what I was missing!