Skip to content

Commit 0f6c498

Browse files
committed
Fixes #86
1 parent 24c13f6 commit 0f6c498

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ Then build and install from the source root:
3535

3636
$ rake install prefix=/usr/local/
3737

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
3848

3949
Development
4050
-----------

README.template.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,17 @@ Then build and install from the source root:
3535

3636
$ rake install prefix=/usr/local/
3737

38+
Troubleshooting
39+
------------
40+
41+
Make sure you enable Developer Mode on your machine:
42+
43+
$ DevToolsSecurity -enable
3844

45+
Make sure multiple instances of launchd_sim are not running:
46+
47+
$ killall launchd_sim
48+
3949
Development
4050
-----------
4151

0 commit comments

Comments
 (0)