Skip to content

Commit 784c98d

Browse files
WhyNotHugonikias
authored andcommitted
Indicate that usbmuxd is a runtime dependency
Fixes #91
1 parent bbf2838 commit 784c98d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Some key features are:
1717

1818
## Installation / Getting started
1919

20+
Please note that [usbmuxd](https://github.com/libimobiledevice/usbmuxd) must be properly installed for `ifuse` to be able to
21+
communicate with devices.
22+
2023
### Debian / Ubuntu Linux
2124

2225
First install all required dependencies and build tools:
@@ -169,4 +172,4 @@ iPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc.
169172
This project is an independent software application and has not been authorized,
170173
sponsored, or otherwise approved by Apple Inc.
171174

172-
README Updated on: 2024-11-15
175+
README Updated on: 2025-09-08

src/ifuse.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -807,9 +807,7 @@ int main(int argc, char *argv[])
807807
} else {
808808
printf("ERROR: No device found!\n");
809809
}
810-
fprintf(stderr, "Is the device properly connected?\n");
811-
fprintf(stderr, "If it is make sure that your user has permissions to access the raw USB device.\n");
812-
fprintf(stderr, "If you're still having issues try unplugging the device and reconnecting it.\n");
810+
fprintf(stderr, "Ensure that the device is connected and usbmuxd is properly installed.\n");
813811
return EXIT_FAILURE;
814812
}
815813

0 commit comments

Comments
 (0)