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