Unverified Commit 5da96671 authored by Aneesh Rao's avatar Aneesh Rao Committed by GitHub

Fix flag passed to the flutter tool in sample (#82925)

parent 4a33813b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment