From cdad35f2d87f2684d6b651d8db17e938d3570d8a Mon Sep 17 00:00:00 2001 From: Aneesh Rao Date: Tue, 14 Sep 2021 05:17:04 +0530 Subject: [PATCH] Fix path in example (#84707) --- packages/integration_test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integration_test/README.md b/packages/integration_test/README.md index 9c7f32c78e1..eb9be0e725c 100644 --- a/packages/integration_test/README.md +++ b/packages/integration_test/README.md @@ -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 ```