From 8eee097af49faa906a2a3b00bad0ad5a82527e95 Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Tue, 16 Jun 2020 16:45:56 -0700 Subject: [PATCH] Explicitly opt out of xcodeproj settings presets It avoids the warning of the presets not being found --- rules/xcodeproj.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/xcodeproj.bzl b/rules/xcodeproj.bzl index 5ddd7ce53..03900a8b6 100644 --- a/rules/xcodeproj.bzl +++ b/rules/xcodeproj.bzl @@ -176,6 +176,7 @@ def _xcodeproj_impl(ctx): "createIntermediateGroups": True, "defaultConfig": "Debug", "groupSortPosition": "none", + "settingPresets": "none", } proj_settings = { "BAZEL_BUILD_EXEC": "$BAZEL_STUBS_DIR/build-wrapper",