Replies: 1 comment 5 replies
-
I have successfully used this logic to generate a xctestrun bundle that can run on real devices in Firebase test lab |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am building the test runner
ios_application
and submitting the.ipa
. And separately I am building theios_unit_test
target and submitting the generated.zip
with the XCTest.It fails to run, getting this error:
Has anyone else gotten XCTests built with
rules_apple
to run on AWS Device Farm?https://docs.aws.amazon.com/devicefarm/latest/developerguide/test-types-ios-xctest.html
Maybe I need to enable "build for testing"?
Edit: It seems like they expect the .xctest to be part of the app.
Beta Was this translation helpful? Give feedback.
All reactions