I'm trying to use firebase TestLab on iOS using this guide:
https://firebase.google.com/docs/test-lab/ios/firebase-console#build_xctests_for_your_app
but after I upload the zip file including the xctestrun file I'm getting the following error:
Upload invalid: the .xctestrun file didn't specify any test targets.
I have two targets in my app and a Tests target and a UI tests target, On both test target, I set the Target I want to test as the host application.
Any ideas?