Skip to content

Commit bf58b61

Browse files
committed
Fixes #176 - Add documentation issue for node preinstall script (workaround)
1 parent d2aee71 commit bf58b61

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Install and debug iOS apps without using Xcode. Designed to work on un-jailbroke
44

55
## Requirements
66

7-
* Mac OS X. Tested on 10.10 Yosemite and iOS 8.3
7+
* Mac OS X. Tested on 10.11 El Capitan and iOS 9.0
88
* You need to have a valid iOS Development certificate installed.
9-
* Xcode 6 or greater should be installed
9+
* Xcode 6.4 or greater should be installed
1010

1111
## Roadmap
1212

@@ -40,6 +40,14 @@ make install prefix=/usr/local
4040

4141
This will install ios-deploy in the `bin` folder of `/usr/local`, i.e. `/usr/local/bin`
4242

43+
44+
### OS X 10.11 El Capitan
45+
46+
If you are *not* using a node version manager like [nvm](https://github.com/creationix/nvm) or [n](https://github.com/tj/n), you may have to do either of these two things below when under El Capitan:
47+
48+
1. Add the `--unsafe-perm` flag when installing ios-deploy
49+
2. Ensure the `nobody` user has write access to `/usr/local/lib/node_modules/ios-deploy/ios-deploy`
50+
4351
## Usage
4452

4553
Usage: ios-deploy [OPTION]...
@@ -113,7 +121,7 @@ The commands below assume that you have an app called `my.app` with bundle id `b
113121

114122
The included demo.app represents the minimum required to get code running on iOS.
115123

116-
* `make demo.app` will generate the demo.app executable. If it doesn't compile, modify IOS_SDK_VERSION in the Makefile.
124+
* `make demo.app` will generate the demo.app executable. If it doesn't compile, modify `IOS_SDK_VERSION` in the Makefile.
117125
* `make debug` will install demo.app and launch a LLDB session.
118126

119127
## Notes

0 commit comments

Comments
 (0)