diff --git a/tools/generators/xcschemes/src/Generator/CreateCustomSchemeInfos.swift b/tools/generators/xcschemes/src/Generator/CreateCustomSchemeInfos.swift index 566aec6a4..56996b293 100644 --- a/tools/generators/xcschemes/src/Generator/CreateCustomSchemeInfos.swift +++ b/tools/generators/xcschemes/src/Generator/CreateCustomSchemeInfos.swift @@ -629,11 +629,6 @@ set as: Bool.self, in: url ) - let xcodeConfiguration = try consumeArg( - "test-xcode-configuration", - as: String?.self, - in: url - ) let appLanguage = try consumeArg( "test-app-language", as: String?.self, @@ -644,6 +639,11 @@ set as: String?.self, in: url ) + let xcodeConfiguration = try consumeArg( + "test-xcode-configuration", + as: String?.self, + in: url + ) let firstTestTargetID = testTargets.first?.target.key.sortedIds.first!