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

This commit is contained in:
Aneesh Rao 2021-05-20 01:19:02 +05:30 committed by GitHub
parent 4a33813b35
commit 5da966717b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,7 +235,7 @@ product="build/ios_integ/Build/Products"
dev_target="14.3" dev_target="14.3"
# Pass --simulator if building for the simulator. # 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 pushd ios
xcodebuild -workspace Runner.xcworkspace -scheme Runner -config Flutter/Release.xcconfig -derivedDataPath $output -sdk iphoneos build-for-testing xcodebuild -workspace Runner.xcworkspace -scheme Runner -config Flutter/Release.xcconfig -derivedDataPath $output -sdk iphoneos build-for-testing