One can use 64-bit testing mode in macOS 10.14 to test software for 64-bit
compatibility.
To enable the 64-bit testing mode:
- 
        Boot to Recovery OS by restarting your machine and holding down the Command and R keys at startup.
- 
        Launch Terminal
- 
        Execute the following command: nvram boot-args="-no32exec"
- 
        Restart the machine
Note: The 64-bit testing mode prevents 32-bit processes from launching. Launching an app that
depends on 32-bit software results in a notification that the application can't be opened. 
To disable the 64-bit testing mode:
- 
        Boot to Recovery OS by restarting your machine and holding down the Command and R keys at startup.
- 
        Launch Terminal
- 
        Execute the following command: nvram boot-args=""
- 
        Restart the machine
Comments
Post a Comment