Hi, I’m wondering what I might be doing wrong to get the following output in https://app.bitrise.io/build/f5efb7484a884d76 :
+------------------------------------------------------------------------------+
| (7) virtual-device-testing-for-ios@0.9.2 |
+------------------------------------------------------------------------------+
| id: virtual-device-testing-for-ios |
| version: 0.9.2 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: go |
| time: 2018-10-23T23:19:51-07:00 |
+------------------------------------------------------------------------------+
| |
INFO[23:19:51] * [OK] Step dependency (go) installed, available.
Configs:
- ZipPath: /Users/vagrant/deploy/testbundle.zip
- TestTimeout: 900
- TestDevices:
---
Model OS version Locale Orientation
iphone7 12.0 portrait en
---
Upload IPAs
=> .xctestrun uploaded
Start test
=> Test started
Waiting for test results
- Validating
Failed to get test status, error: Failed to get test status: INVALID(TEST_NOT_APP_HOSTED)
| |
+---+---------------------------------------------------------------+----------+
| x | virtual-device-testing-for-ios@0.9.2 (exit code: 1) | 51 sec |
+---+---------------------------------------------------------------+----------+
| Issue tracker: ...itrise-steplib/steps-virtual-device-testing-for-ios/issues |
| Source: ...//github.com/bitrise-steplib/steps-virtual-device-testing-for-ios |
+---+---------------------------------------------------------------+----------+
To get to this point, I:
- created a fresh Bitrise App (for my existing app)
- kept everything as plain as possible, though I switched to Xcode 10.0
- enabled Device Testing under the app’s Settings tab
- uploaded certificates / provisioning
- added the two steps as documented in https://blog.bitrise.io/introducing-solid-and-snappy-real-device-testing-for-ios-with-firebase-beta (and subsequent pages)
- removed the (default) iOS testing step
Any insights are very welcome! We’ve been having a lot of reliability problems with the simulator testing and it would be super helpful if we can get “real devices” working!
Thanks!