We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b4e48 commit 80f7ae1Copy full SHA for 80f7ae1
Tests/UnitTests/XcodeToolsTests.swift
@@ -61,7 +61,8 @@ private extension XcodeToolsTests {
61
var commandComponents = [
62
"cd \(projectDirectoryPath);",
63
"xcodebuild clean build -scheme \"\(scheme)\"",
64
- "-derivedDataPath .build BUILD_LIBRARY_FOR_DISTRIBUTION=YES"
+ "-derivedDataPath .build BUILD_LIBRARY_FOR_DISTRIBUTION=YES",
65
+ "OTHER_SWIFT_FLAGS=-no-verify-emitted-module-interface"
66
]
67
68
switch platform {
0 commit comments