KhaosT/MacVM

Trying to use MacVM with Monterey Beta 3 getting "unrecognized selector sent to instance"

jamesdbailey opened this issue · 3 comments

On Monterey Beta 3. When I try to install after setting the IPSW file I get:

-[VZMacOSInstaller initWithVirtualMachine:restoreImage:]: unrecognized selector sent to instance

VMInstance line 125.

Seems odd since the Swift to Obj-C bridge seems to be there. Not too expert at Swift though.

It looks like this API changed in beta 3

It is a simple fix.

see my PR: #4

I'm dumb. I was still using the previous version of Xcode. No wonder I couldn't find the correct API.