Hypervisor Framework on MacOS 26

I have a Hypervisor Framework App that works on MacOS 14 and 15 but fails on MacOS 26.

To reproduce: hv_vm_config_t vm_config = hv_vm_config_create(); result = hv_vm_create(vm_config);

result == HV_DENIED /* (0xfae94007) */ (from per the header file - not present on the online documentation)

com.apple.security.hypervisor is set, no other VMs are running (no Virtualization Framework and no Hypervisor Framework). I have tried various entitlements with no success. Sandbox is off.

My xcodeproject file got corrupted in a way or the other as the entitlement file location was zeroed while the file was still there. Very sorry for the noise... Please delete the post if possible.

Hypervisor Framework on MacOS 26
 
 
Q