Skip to content

Commit

Permalink
wonder if this helps
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Aug 22, 2024
1 parent 4a8c3e7 commit fa715b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/BuildTool/XcodeRunner.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ enum XcodeRunner {
arguments.append(contentsOf: ["-scheme", scheme])
arguments.append(contentsOf: ["-destination", destination.xcodebuildArgument])
arguments.append("SWIFT_TREAT_WARNINGS_AS_ERRORS=YES")
arguments.append("SWIFT_SUPPRESS_WARNINGS=NO")

if let exampleAppSwiftVersion {
arguments.append(
Expand Down

0 comments on commit fa715b9

Please sign in to comment.