We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae03024 commit 6ef45faCopy full SHA for 6ef45fa
src/ios-deploy/ios-deploy.m
@@ -20,7 +20,7 @@
20
#import "device_db.h"
21
22
#define PREP_CMDS_PATH @"/tmp/%@/fruitstrap-lldb-prep-cmds-"
23
-#define LLDB_SHELL @"lldb -s %@"
+#define LLDB_SHELL @"PATH=/usr/bin /usr/bin/lldb -s %@"
24
/*
25
* Startup script passed to lldb.
26
* To see how xcode interacts with lldb, put this into .lldbinit:
0 commit comments