...
|
...
|
@@ -8,9 +8,9 @@ |
|
|
* Ios [[doc]](https://github.com/appium/appium/blob/fd4afcacc2939ed25c61d43b56235bc0b052c494/docs/cn/appium-setup/real-devices-ios.md)
|
|
|
* brew install Carthage
|
|
|
* brew install libimobiledevice
|
|
|
* 下载[WebDriverAgent-Runner](https://github.com/facebookarchive/WebDriverAgent)并执行目录下的./Scripts/bootstrap.sh
|
|
|
* 用xcode打开WebDriverAgent-Runner,修改bundleid,使用开发者账号自动签发验签文件
|
|
|
* 使用test模式在真机上运行,把WebDriverAgent-Runner安装到手机
|
|
|
* 在appium的安装目录中找到WebDriverAgent项目,目录:`/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent`,执行目录下的./Scripts/bootstrap.sh
|
|
|
* 用xcode打开`WebDriverAgent`,修改bundleId,使用开发者账号自动签发验签文件
|
|
|
* 使用test模式在真机上运行,把WebDriverAgentRunner安装到手机
|
|
|
* 在描述文件管理中信任开发者
|
|
|
|
|
|
|
...
|
...
|
|