diff --git a/Sources/VaporToolbox/Xcode.swift b/Sources/VaporToolbox/Xcode.swift index 619aa264..8247a61a 100644 --- a/Sources/VaporToolbox/Xcode.swift +++ b/Sources/VaporToolbox/Xcode.swift @@ -87,7 +87,7 @@ public final class Xcode: Command { // Setup passthrough let clean = arguments - .removeFlags(["clean", "run", "debug", "verbose", "fetch", "release", "y"]) + .removeFlags(["clean", "run", "debug", "verbose", "fetch", "release", "y", "n"]) buildFlags += clean .options .map { name, value in "--\(name)=\(value)" }