Skip to content

Commit 3fcf671

Browse files
Revert "[pigeon]enable treat warning as errors for swift code in unit test" (#3898)
Reverts #3889 The tree is red on a warning in the test code, most likely new in the Xcode version that the tree was just updated to. Reverting so we can re-land this with a fix for the new warning.
1 parent 407b7da commit 3fcf671

File tree

1 file changed

+0
-3
lines changed
  • packages/pigeon/platform_tests/test_plugin/example/ios/Runner.xcodeproj

1 file changed

+0
-3
lines changed

packages/pigeon/platform_tests/test_plugin/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,6 @@
542542
PRODUCT_NAME = "$(TARGET_NAME)";
543543
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
544544
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
545-
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
546545
SWIFT_VERSION = 5.0;
547546
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
548547
};
@@ -558,7 +557,6 @@
558557
MARKETING_VERSION = 1.0;
559558
PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.plugins.RunnerTests;
560559
PRODUCT_NAME = "$(TARGET_NAME)";
561-
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
562560
SWIFT_VERSION = 5.0;
563561
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
564562
};
@@ -574,7 +572,6 @@
574572
MARKETING_VERSION = 1.0;
575573
PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.plugins.RunnerTests;
576574
PRODUCT_NAME = "$(TARGET_NAME)";
577-
SWIFT_TREAT_WARNINGS_AS_ERRORS = YES;
578575
SWIFT_VERSION = 5.0;
579576
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
580577
};

0 commit comments

Comments
 (0)