axi0mX / ipwndfu

open-source jailbreaking tool for many iOS devices
GNU General Public License v3.0
7.04k stars 1.7k forks source link

iPhone SE (2016) NoBackend Error. Libusb is installed #305

Open JSwamie opened 2 years ago

JSwamie commented 2 years ago
jonah@Jonahs-MBP ipwndfu-master % ./ipwndfu -p
Traceback (most recent call last):
File "./ipwndfu", line 48, in <module>
device = dfu.acquire_device()
File "/Users/jonah/Downloads/ipwndfu-master/dfu.py", line 16, in acquire_device
for device in usb.core.find(find_all=True, idVendor=0x5AC, idProduct=0x1227, backend=backend):
File "/Users/jonah/Downloads/ipwndfu-master/usb/core.py", line 1263, in find
raise NoBackendError('No backend available')
usb.core.NoBackendError: No backend available
JSwamie commented 2 years ago

Please don't suggest I install libusb since I have already run brew install libusb a few times with no success. Unless there is another method of installing it. I checked other tutorials that use apt-get to install it but I can't do that on Mac.