You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to upload the WebDriverAgentRunner (not the Integration App) to TestFlight for testing on multiple devices.
However, I am unable to upload it from Xcode to TestFlight.
Has anyone successfully uploaded the WebDriverAgentRunner (not the Integration App) to TestFlight?
If anyone knows, can you share how to do it?
Detailed Explanation:
The WebDriverAgent project includes two target apps: WebDriverAgentRunner APP and Integration APP.
Building and Installing on iOS via Xcode:
(This is what I checked to see if both apps can be installed separately.)
Connect an iOS device to macOS via USB.
In Xcode, select the build target: Product -> Select app (Integration App or WebDriverAgentRunner App).
Build and install either the Integration App or WebDriverAgentRunner App on the connected iOS device.
Uploading to TestFlight:
In Xcode, select the build target: Product -> Select app (Integration App or WebDriverAgentRunner APP).
For the Integration App:
Archive the app and upload it to TestFlight.
Download and install the app via TestFlight.
Problem:
When I try to archive the WebDriverAgentRunner APP, the "Upload to TestFlight" button does not appear in the archive.
The Integration App uploads without any issues, but I need to test the WebDriverAgentRunner App via TestFlight.
If anyone knows the correct Xcode settings to upload WebDriverAgentRunner to TestFlight, please share the details.
Development Environment:
MacOS Pro 14
Xcode 15.4
iOS 15.8.2
The text was updated successfully, but these errors were encountered:
Thank you for your comment. I haven't solved it yet.
I'd like to share my situation. I left only the app target to be archived and deleted the rest in the project.
In Windows -> Organizer, only the WebDriverAgentRunner app is archived.
And I'm trying to upload it using the Transporter application. The built app was created as an ipa file through Payload. This file can be installed on your mobile phone with a command in the terminal.
However, to upload with Transporter, I encountered the following issue:
"This Bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory."
Issue: Unable to Upload WebDriverAgentRunner to TestFlight
Description:
I want to upload the WebDriverAgentRunner (not the Integration App) to TestFlight for testing on multiple devices.
However, I am unable to upload it from Xcode to TestFlight.
Has anyone successfully uploaded the WebDriverAgentRunner (not the Integration App) to TestFlight?
If anyone knows, can you share how to do it?
Detailed Explanation:
The WebDriverAgent project includes two target apps: WebDriverAgentRunner APP and Integration APP.
Building and Installing on iOS via Xcode:
(This is what I checked to see if both apps can be installed separately.)
Product
-> Select app (Integration App or WebDriverAgentRunner App).Uploading to TestFlight:
Product
-> Select app (Integration App or WebDriverAgentRunner APP).Problem:
If anyone knows the correct Xcode settings to upload WebDriverAgentRunner to TestFlight, please share the details.
Development Environment:
The text was updated successfully, but these errors were encountered: