Skip to content

Commit

Permalink
docs: address jailbreak device (appium#14517)
Browse files Browse the repository at this point in the history
* docs: address jailbreak device

* fix review

* tune
  • Loading branch information
KazuCocoa authored Jul 6, 2020
1 parent c6c941b commit 6afe8f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/en/drivers/ios-xcuitest-real-devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ and handles the application under test via it.
While this is simple in theory, the hoops of code signing and provisioning applications for
development and testing can make this a bit of a headache.

The device should be available to Xcode. Please make sure the device under test can connect to Xcode without issues. You could confirm it with _Devices and Simulators_ Xcode dialog.

The documentation on [appium-xcuitest-driver](https://github.com/appium/appium-xcuitest-driver) is also helpful to resolve dependencies.

### Basic (automatic) configuration
Expand Down Expand Up @@ -241,3 +243,5 @@ for this).
1. Settings -> Safari -> Advanced -> **Web Inspector** and **Remote Automation**
1. Please read [Automating mobile web apps](/writing-running-appium/web/mobile-web) for more details about WebView
1. Consider generating a provisioning profile with `.xctrunner` identifier if you do not want to generate a wildcard one for manual configuration. The `.xctrunner` config support has been added since Xcode 11. [A reference](https://github.com/appium/appium/issues/13610)
1. Make sure the device under test is not a jaibroken one
- `com.apple.mobile.installation_proxy` service to manage Apps on the device [does not work](https://github.com/appium/appium-desktop/issues/1447)

0 comments on commit 6afe8f2

Please sign in to comment.