diff --git a/Troubleshooting.md b/Troubleshooting.md index 8dad5d3..a6208e8 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -44,11 +44,10 @@ - You NEED a working Home and Top/Power button to enter proper DFU mode in order to use iPhone4Down. kDFU mode will NOT work! ## macOS -- macOS users may have to install libimobiledevice and libirecovery from [Homebrew](https://brew.sh/) or [MacPorts](https://www.macports.org/). This is optional, but recommended if you are having any issues. - - For Homebrew: `brew install libimobiledevice libirecovery` - - For MacPorts: `sudo port install libimobiledevice libirecovery` - - The script will detect this automatically and will use the Homebrew/MacPorts versions of the tools -- If some tools are not working, you may try to `git clone` the repo: `git clone --depth 1 https://github.com/LukeZGD/iOS-OTA-Downgrader.git` then try again from there +- macOS users have to install bash, libimobiledevice, and libirecovery from [Homebrew](https://brew.sh/) or [MacPorts](https://www.macports.org/). This is required. + - For Homebrew: `brew install bash libimobiledevice libirecovery` + - For MacPorts: `sudo port install bash libimobiledevice libirecovery` +- If some tools are not working, you may try to `git clone` the repo: `git clone https://github.com/LukeZGD/iOS-OTA-Downgrader.git` then try again from there - You may also try this: `cd` to where the files are extracted, then run `xattr -dr com.apple.quarantine resources/tools` - If nothing else works, you may have to try disabling Gatekeeper: `sudo spctl --master-disable`