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 have set up the appium-device-farm, and my dashboard is up and running. However, the "Block" button and "Ready" button on the dashboard are not clickable. I followed the documentation and encountered the following issues:
Steps Followed
Manual Control of Devices for iOS Real Device
I attempted to resign the WebDriverAgent (WDA) provided here: WDA.
The instructions suggest resigning the WDA using the process described here: iOS App Signer.
Doubts and Issues
Doubt 1: Where to Upload the .ipa File?
The documentation does not specify where to upload the resigned .ipa file on the server. Could you please provide more details on the exact location or steps for uploading the resigned WDA?
Doubt 2: How to Resign the WDA?
The instructions for resigning the WDA using the iOS App Signer are not detailed. I followed the general instructions but faced issues during the process. Could you provide a more detailed guide on how to correctly resign the WDA?
WDA Installation Error
When trying to install the WDA, I encountered the following error, which I believe is due to the issues mentioned in point 1:
[ { "level": "warning", "msg": "failed to get tunnel info", "time": "2024-06-24T18:24:38+05:30", "udid": "00008110-001C61D22292801E" }, { "appPath": "/Users/abhisheksingh/Downloads/wda-resign.ipa", "device": "00008110-001C61D22292801E", "level": "info", "msg": "installing", "time": "2024-06-24T18:24:38+05:30" }, { "level": "info", "msg": "installing", "percentComplete": 5, "status": "CreatingStagingDirectory", "time": "2024-06-24T18:24:39+05:30" }, { "level": "info", "msg": "installing", "percentComplete": 15, "status": "ExtractingPackage", "time": "2024-06-24T18:24:39+05:30" }, { "level": "info", "msg": "installing", "percentComplete": 20, "status": "InspectingPackage", "time": "2024-06-24T18:24:39+05:30" }, { "level": "info", "msg": "installing", "percentComplete": 30, "status": "PreflightingApplication", "time": "2024-06-24T18:24:40+05:30" }, { "level": "info", "msg": "installing", "percentComplete": 40, "status": "VerifyingApplication", "time": "2024-06-24T18:24:41+05:30" }, { "err": "your app is not properly signed for this device, check your codesigning and provisioning profile. original error: 'ApplicationVerificationFailed' errorDescription:'Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.aszpWM/extracted/Payload/WebDriverAgentRunner-Runner.app : 0xe8008017 (A signed resource has been added, modified, or deleted.)'", "level": "fatal", "msg": "failed writing", "time": "2024-06-24T18:24:41+05:30" } ]
Request for Help
Could you please provide guidance on the following:
The correct process for resigning the WDA using the iOS App Signer, includes any necessary details not covered in the current documentation.
Detailed instructions on where and how to upload the resigned WDA on the appium-device-farm server.
Any additional steps that might help resolve the application verification Failed error during the installation of the WDA.
Thank you for your assistance!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Issue: Dashboard Button Not Clickable
Context
I have set up the appium-device-farm, and my dashboard is up and running. However, the "Block" button and "Ready" button on the dashboard are not clickable. I followed the documentation and encountered the following issues:
Steps Followed
Doubts and Issues
Doubt 1: Where to Upload the .ipa File?
Doubt 2: How to Resign the WDA?
WDA Installation Error
[ { "level": "warning", "msg": "failed to get tunnel info", "time": "2024-06-24T18:24:38+05:30", "udid": "00008110-001C61D22292801E" }, { "appPath": "/Users/abhisheksingh/Downloads/wda-resign.ipa", "device": "00008110-001C61D22292801E", "level": "info", "msg": "installing", "time": "2024-06-24T18:24:38+05:30" }, { "level": "info", "msg": "installing", "percentComplete": 5, "status": "CreatingStagingDirectory", "time": "2024-06-24T18:24:39+05:30" }, { "level": "info", "msg": "installing", "percentComplete": 15, "status": "ExtractingPackage", "time": "2024-06-24T18:24:39+05:30" }, { "level": "info", "msg": "installing", "percentComplete": 20, "status": "InspectingPackage", "time": "2024-06-24T18:24:39+05:30" }, { "level": "info", "msg": "installing", "percentComplete": 30, "status": "PreflightingApplication", "time": "2024-06-24T18:24:40+05:30" }, { "level": "info", "msg": "installing", "percentComplete": 40, "status": "VerifyingApplication", "time": "2024-06-24T18:24:41+05:30" }, { "err": "your app is not properly signed for this device, check your codesigning and provisioning profile. original error: 'ApplicationVerificationFailed' errorDescription:'Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.aszpWM/extracted/Payload/WebDriverAgentRunner-Runner.app : 0xe8008017 (A signed resource has been added, modified, or deleted.)'", "level": "fatal", "msg": "failed writing", "time": "2024-06-24T18:24:41+05:30" } ]
Request for Help
Could you please provide guidance on the following:
The correct process for resigning the WDA using the iOS App Signer, includes any necessary details not covered in the current documentation.
Detailed instructions on where and how to upload the resigned WDA on the appium-device-farm server.
Any additional steps that might help resolve the application verification Failed error during the installation of the WDA.
Thank you for your assistance!
Beta Was this translation helpful? Give feedback.
All reactions