Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| bootcat:help:mac_launch_workaround [2022/03/18 10:57] – created eros | bootcat:help:mac_launch_workaround [2022/03/18 11:08] (current) – removed eros | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== How to download BootCaT for Mac ====== | ||
| - | READ THIS CAREFULLY, DON'T JUST DOWNLOAD IT BECAUSE IT WON'T WORK! | ||
| - | |||
| - | Download BootCaT from here: | ||
| - | |||
| - | https:// | ||
| - | |||
| - | After installing it, if you try to start the App, you will probably see something like this: | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | Or this (on older versions of MacOS): | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | See below for ways to fix this. | ||
| - | |||
| - | ===== Quick fix (for experienced users) ===== | ||
| - | |||
| - | Use this on your terminal: | ||
| - | |||
| - | <code bash> | ||
| - | sudo xattr -cr / | ||
| - | </ | ||
| - | |||
| - | Then enter your password and you're good to go: start BootCaT like any other App. | ||
| - | |||
| - | ===== Step-by-step guide (for novice users) ===== | ||
| - | |||
| - | Open a Terminal in your Mac: | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | Once it starts you'll see a window like this (the background might be black, but it doesn' | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | Copy the following line and paste it into the terminal window: | ||
| - | |||
| - | <code bash> | ||
| - | sudo xattr -cr / | ||
| - | </ | ||
| - | |||
| - | The terminal will ask you to insert your password: | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | Type your password, **you will not see any character appearing as you type, this is normal**, then press the ENTER key. | ||
| - | |||
| - | If you don't see any error messages, you're good to go: just start BootCaT like any other App. | ||
| - | |||
| - | ===== Why do I have to do this? ===== | ||
| - | |||
| - | Since version 10.15.X " | ||
| - | |||
| - | Since BootCaT hasn't been notarized yet (we're working on it), at the moment the workaround you see at the top of the page is needed to and run the App. | ||