Updated Troubleshooting (markdown)

LukeeGD 2024-01-19 09:51:59 +08:00
parent c7429289b9
commit 0311fe9c8f

@ -64,9 +64,9 @@ For 32-bit devices compatible with restores/downgrades (see README):
- If it still gets stuck in recovery mode after the restore to 4.3.x, try going to: Other Utilities -> Disable/Enable Exploit -> Enable exploit
## macOS
- macOS users have to install bash and libusb from [Homebrew](https://brew.sh/) or [MacPorts](https://www.macports.org/). This is optional, but recommended.
- For Homebrew: `brew install bash libusb`
- For MacPorts: `sudo port install bash libusb`
- macOS users should install bash, curl, and libusb from [Homebrew](https://brew.sh/) or [MacPorts](https://www.macports.org/). This is optional, but recommended.
- For Homebrew: `brew install bash curl libusb`
- For MacPorts: `sudo port install bash curl libusb`
- If some tools are not working, you may try to `git clone` the repo: `git clone https://github.com/LukeZGD/Legacy-iOS-Kit.git` then try again from there
- You may also try this: `cd` to where the files are extracted, then run `sudo xattr -cr bin/macos`
- If nothing else works, you may have to try disabling Gatekeeper: `sudo spctl --master-disable`