mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Fix flag passed to the flutter tool in sample (#82925)
This commit is contained in:
parent
4a33813b35
commit
5da966717b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user