Fix path in example (#84707)

This commit is contained in:
Aneesh Rao 2021-09-14 05:17:04 +05:30 committed by GitHub
parent 576aab0833
commit cdad35f2d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -323,5 +323,5 @@ xcodebuild test-without-building -xctestrun "build/ios_integ/Build/Products/Runn
Once everything is ok, you can upload the resulting zip to Firebase Test Lab (change the model with your values):
```sh
gcloud firebase test ios run --test "build/ios_integ/ios_tests.zip" --device model=iphone11pro,version=14.1,locale=fr_FR,orientation=portrait
gcloud firebase test ios run --test "build/ios_integ/Build/Products/ios_tests.zip" --device model=iphone11pro,version=14.1,locale=fr_FR,orientation=portrait
```