This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree 3 files changed +15
-2
lines changed
shell/platform/darwin/ios/framework/Source
testing/ios/IosUnitTests/IosUnitTests.xcodeproj 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 437
437
for (UIView* sub_view in [flutter_view subviews ]) {
438
438
[sub_view removeFromSuperview ];
439
439
}
440
+ // See: https://github.com/flutter/flutter/issues/69305
441
+ for (auto it = touch_interceptors_.begin (); it != touch_interceptors_.end (); it++) {
442
+ FlutterTouchInterceptingView* view = it->second .get ();
443
+ [view removeFromSuperview ];
444
+ }
445
+ touch_interceptors_.clear ();
440
446
views_.clear ();
441
447
composition_order_.clear ();
442
448
active_composition_order_.clear ();
Original file line number Diff line number Diff line change 332
332
/* Begin XCBuildConfiguration section */
333
333
0D6AB6D022BB05E200EEE540 /* Debug */ = {
334
334
isa = XCBuildConfiguration;
335
+ baseConfigurationReference = 0D6AB73E22BD8F0200EEE540 /* FlutterEngineConfig.xcconfig */;
335
336
buildSettings = {
336
337
ALWAYS_SEARCH_USER_PATHS = NO;
337
338
CLANG_ANALYZER_NONNULL = YES;
391
392
};
392
393
0D6AB6D122BB05E200EEE540 /* Release */ = {
393
394
isa = XCBuildConfiguration;
395
+ baseConfigurationReference = 0D6AB73E22BD8F0200EEE540 /* FlutterEngineConfig.xcconfig */;
394
396
buildSettings = {
395
397
ALWAYS_SEARCH_USER_PATHS = NO;
396
398
CLANG_ANALYZER_NONNULL = YES;
484
486
};
485
487
0D6AB6D622BB05E200EEE540 /* Debug */ = {
486
488
isa = XCBuildConfiguration;
487
- baseConfigurationReference = 0D6AB73E22BD8F0200EEE540 /* FlutterEngineConfig.xcconfig */;
488
489
buildSettings = {
489
490
BUNDLE_LOADER = "$(TEST_HOST)";
490
491
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
528
529
};
529
530
0D6AB6D722BB05E200EEE540 /* Release */ = {
530
531
isa = XCBuildConfiguration;
531
- baseConfigurationReference = 0D6AB73E22BD8F0200EEE540 /* FlutterEngineConfig.xcconfig */;
532
532
buildSettings = {
533
533
BUNDLE_LOADER = "$(TEST_HOST)";
534
534
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
Original file line number Diff line number Diff line change 28
28
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
29
29
shouldUseLaunchSchemeArgsEnv = " YES"
30
30
systemAttachmentLifetime = " keepNever" >
31
+ <AdditionalOptions >
32
+ <AdditionalOption
33
+ key = " MallocStackLogging"
34
+ value = " "
35
+ isEnabled = " YES" >
36
+ </AdditionalOption >
37
+ </AdditionalOptions >
31
38
<Testables >
32
39
<TestableReference
33
40
skipped = " NO" >
You can’t perform that action at this time.
0 commit comments