From 5da966717b71a580233ffcd835e3bafc8889fa27 Mon Sep 17 00:00:00 2001 From: Aneesh Rao Date: Thu, 20 May 2021 01:19:02 +0530 Subject: [PATCH] Fix flag passed to the flutter tool in sample (#82925) --- 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 d3bf19adda6..5d79ce73c5c 100644 --- a/packages/integration_test/README.md +++ b/packages/integration_test/README.md @@ -235,7 +235,7 @@ product="build/ios_integ/Build/Products" dev_target="14.3" # Pass --simulator if building for the simulator. -flutter build ios integration_test/foo_test.dart -release +flutter build ios integration_test/foo_test.dart --release pushd ios xcodebuild -workspace Runner.xcworkspace -scheme Runner -config Flutter/Release.xcconfig -derivedDataPath $output -sdk iphoneos build-for-testing