I have a build in VSTS that includes a Xamarin Test Cloud step for iOS.
The .ipa file and tests are successfully uploaded, but then I get the error The .ipa file does not seem to be linked with Calabash framework
When I include ENABLE_TEST_CLOUD
in the Release configuration, the test IS run successfully.
However, as the documents suggest, this is not a good idea as it may be rejected by the app store.
Is there a way around this or is there something I am doing wrong?
Cheers!