This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
shell/platform/darwin/ios Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ if (is_ios) {
243243 configs += [ " //flutter/benchmarking:benchmark_library_config" ]
244244 cflags = [
245245 " -fobjc-arc" ,
246- " -mios-simulator-version-min=$ios_testing_deployment_target " ,
246+ " -mios-simulator-version-min=17.0 " ,
247247 ]
248248 ldflags =
249249 [ " -Wl,-install_name,@rpath/libios_display_list_benchmarks.dylib" ]
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ source_set("ios_test_flutter_mrc") {
225225 cflags = [
226226 " -fvisibility=default" ,
227227 " -F$platform_frameworks_path " ,
228- " -mios-simulator-version-min=$ios_testing_deployment_target " ,
228+ " -mios-simulator-version-min=17.0 " ,
229229 ]
230230 sources = [
231231 " framework/Source/FlutterEnginePlatformViewTest.mm" ,
@@ -269,7 +269,7 @@ shared_library("ios_test_flutter") {
269269 " -fvisibility=default" ,
270270 " -F$platform_frameworks_path " ,
271271 " -fobjc-arc" ,
272- " -mios-simulator-version-min=$ios_testing_deployment_target " ,
272+ " -mios-simulator-version-min=17.0 " ,
273273 ]
274274 ldflags = [
275275 " -F$platform_frameworks_path " ,
You can’t perform that action at this time.
0 commit comments