laravellaravel-8homebrewhomestead

“vagrant” will damage your computer. | macOS v12 (Monterey) #13132


Today morning suddenly I started getting this popup whenever I ran Vagrant up in my Mac.

Enter image description here

VirtualBox version 7.0.4 r154605 (Qt5.15.2).
macOS v12 (Monterey), MacBook Pro (Retina, 15-inch, Mid 2015)

Ubuntu LTS Settler Version Homestead Version Branch Status
20.04 11.x 12.x main Development/Unstable
20.04 11.x 12.x release Stable

What's wrong here?


Solution

  • I also had the same issue after upgrading to macOS v13.3.1 (Ventura. 22E261).

    Try the following:

    1. brew reinstall --cask vagrant
    2. vagrant plugin update

    Then the problem will be solved.