Due to some of what we do with the Metal API in our iOS app, we are unable use Simulator for development / testing purposes.
With the introduction of Apple Silicon, we are able to run/build to the "My Mac (Designed for iPad)" destination for our app.
However, when we try running UI tests with that destination we get the message "Cannot test target <ui_test_target> on "My Mac": UI tests are not supported ..."
Wondering if there's a way to run UI tests against the "My Mac (Designed for iPad)" destination?