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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am building the test runner
ios_applicationand submitting the.ipa. And separately I am building theios_unit_testtarget and submitting the generated.zipwith the XCTest.It fails to run, getting this error:
Has anyone else gotten XCTests built with
rules_appleto 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