


Can not be used with args or envs options n, -nostart do not start the app when debugging t, -timeout number of seconds to wait for a device to be connected s, -envs environment variables, space separated key-value pairs, to pass to the app when launching it a, -args command line arguments to pass to the app when launching it b, -bundle the path to the app bundle to be installed i, -id the id of the device to connect to d, -debug launch the app in lldb after installation Run: python -m py_compile src/scripts/*.py & xcodebuild -target ios-deploy & xcodebuild test -scheme ios-deploy-tests Install ios-deploy via Homebrew by running: brew install ios-deploy If you have previously installed ios-deploy via npm, uninstall it by running: sudo npm uninstall -g ios-deploy The 1.x branch has been archived (renamed for now), all development is to be on the master branch for simplicity, since the planned 2.x development (break out commands into their own files) has been abandoned for now. x86 and preliminary testing on Arm64e based Apple Macintosh Computers.Xcode 11.3, 11.6 and preliminary testing on Xcode 12 betas.iOS 13.0 and preliminary testing on iOS 14.0b.macOS 10.14 Mojave, 10.15 Catalina and preliminary testing on 11.0b BigSur.It has been most recently tested with the following configurations:

The ios-deploy binary in Homebrew should work on macOS 10.0+ with Xcode7+. You need to have a valid iOS Development certificate installed.Designed to work on un-jailbroken devices. Install and debug iOS apps from the command line.
