You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ Install and debug iOS apps without using Xcode. Designed to work on un-jailbroke
4
4
5
5
## Requirements
6
6
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
8
8
* 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
10
10
11
11
## Roadmap
12
12
@@ -40,6 +40,14 @@ make install prefix=/usr/local
40
40
41
41
This will install ios-deploy in the `bin` folder of `/usr/local`, i.e. `/usr/local/bin`
42
42
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
+
43
51
## Usage
44
52
45
53
Usage: ios-deploy [OPTION]...
@@ -113,7 +121,7 @@ The commands below assume that you have an app called `my.app` with bundle id `b
113
121
114
122
The included demo.app represents the minimum required to get code running on iOS.
115
123
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.
117
125
*`make debug` will install demo.app and launch a LLDB session.
0 commit comments