File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,16 @@ Then build and install from the source root:
35
35
36
36
$ rake install prefix=/usr/local/
37
37
38
+ Troubleshooting
39
+ ------------
40
+
41
+ Make sure you enable Developer Mode on your machine:
42
+
43
+ $ DevToolsSecurity -enable
44
+
45
+ Make sure multiple instances of launchd_sim are not running:
46
+
47
+ $ killall launchd_sim
38
48
39
49
Development
40
50
-----------
Original file line number Diff line number Diff line change @@ -35,7 +35,17 @@ Then build and install from the source root:
35
35
36
36
$ rake install prefix=/usr/local/
37
37
38
+ Troubleshooting
39
+ ------------
40
+
41
+ Make sure you enable Developer Mode on your machine:
42
+
43
+ $ DevToolsSecurity -enable
38
44
45
+ Make sure multiple instances of launchd_sim are not running:
46
+
47
+ $ killall launchd_sim
48
+
39
49
Development
40
50
-----------
41
51
You can’t perform that action at this time.
0 commit comments