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 ```