-d, --debug launch the app in lldb after installation
-i, --id
-c, --detect only detect if the device is connected
-b, --bundle
-a, --args
-t, --timeout
-u, --unbuffered don't buffer stdout
-n, --nostart do not start the app when debugging
-I, --noninteractive start in non interactive mode (quit when app crashes or exits)
-L, --justlaunch just launch the app and exit lldb
-v, --verbose enable verbose output
-m, --noinstall directly start debugging without app install (-d not required)
-p, --port
-r, --uninstall uninstall the app before install (do not use with -m; app cache and data are cleared)
-9, --uninstall_only uninstall the app ONLY. Use only with -1
-1, --bundle_id
-l, --list list files
-o, --upload
-w, --download download app tree
-2, --to
-D, --mkdir
-R, --rm
-V, --version print the executable version
-e, --exists check if the app with given bundle_id is installed or not
-B, --list_bundle_id list bundle_id
-W, --no-wifi ignore wifi devices
如将某个应用安装到设备上可用:
ios-deploy -L -b xxx.app -i udid -W 或者
ios-deploy -d -b xxx.app -i udid -W
将某个app从设备上卸载:
ios-deploy -9 -1