I am new to Firebase Test Lab, and I'm having issues running my XCUITests against an iOS app. I have had success running Espresso tests against an Android APK on Test Lab, and have even successfully ran tests against an iOS app that I found on GitHub. (https://github.com/Shashikant86/Scalable-XCUItest) However, it seems that there is something in the app that I'm testing that prevents it from being installed on the Test Lab physical device.
This is not a personal project so the amount of information that I can share is very limited, but I'll share whatever I can from the logs that might be of use without sharing any private information:
HTTP load failed (error code: -1001 [4:-2104])
load failed with error Error Domain=NSURLErrorDomain Code=-1001 "The request timed out."
load failed with error Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found."
Log from Firebase is in this Gist: https://gist.github.com/ChiWhiteSox56/b6122f4ccd488a3fb0dcfe53aa45e2af
Clearly there's something happening around the app's ability to reach the required server but as I mentioned earlier, I've been able to run the tests successfully against other apps.
Thanks for reading, and if any additional information is required to troubleshoot this issue, I'll try to provide as much as I can.