Following the instructions for Test with the gcloud CLI on iOS, after building my app for testing and saving all test data in a zip file, I execute the command
gcloud firebase test ios run \
--test MyTests.zip \
--device model=iphone7,version=12.1,locale=it_IT,orientation=portrait
But, after successfull upload of tests on Firebase, I get this error:
ERROR: gcloud crashed (AttributeError):
'NoneType' object has no attribute 'androidModelId'
It seems that gcloud is saerching for the 'androidModelId' attribute (but since I'm running tests on iOS it can't find it...