Skip to content

Commit 38ecd67

Browse files
jayb1239shazron
authored andcommitted
fix: Modified lldb command to fix remove_weak_ref issue (#366)
1 parent 2ca9452 commit 38ecd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ios-deploy/ios-deploy.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#import "device_db.h"
2121

2222
#define PREP_CMDS_PATH @"/tmp/%@/fruitstrap-lldb-prep-cmds-"
23-
#define LLDB_SHELL @"lldb -s %@"
23+
#define LLDB_SHELL @"PATH=/usr/bin /usr/bin/lldb -s %@"
2424
/*
2525
* Startup script passed to lldb.
2626
* To see how xcode interacts with lldb, put this into .lldbinit:

0 commit comments

Comments
 (0)