Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: updated docs for ios-sign for real device #1325

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions documentation/docs/ios-signing.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,17 @@ Choose the resigned IPA named `wda-resign.ipa` and click "Upload." You should se
## How do I build WebDriverAgent from source?

The plugin has in build script that can help you build the WDA IPA to test on real devices.
set _MOBILE_PROVISION_PATH_ to environment.

Run the command below to build the WebDriverAgent from source.
```javascript
appium plugin run device-farm prepare-wda
```
The above script will pick WebDriverAgent project installed globally from xcuitest-driver.

If you want to provide the custom path of WebDriverAgent project then set _WDA_PROJECT_PATH_ to environment.
If you want to provide the custom path of WebDriverAgent project then set _WDA_PROJECT_PATH_ or Provide a provision profile then run the command.
```javascript
appium plugin run device-farm prepare-wda --wda-project-path=<path-to-WDA-project> --mobile-provisioning-file=<path-to-provision-profile>
```

You should have all the provision certificates installed on your machine to build the WebDriverAgent from source in path.
```
Expand Down
Loading
Loading