Skip to content

Commit 80f7ae1

Browse files
committed
fixing tests
1 parent 54b4e48 commit 80f7ae1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/UnitTests/XcodeToolsTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ private extension XcodeToolsTests {
6161
var commandComponents = [
6262
"cd \(projectDirectoryPath);",
6363
"xcodebuild clean build -scheme \"\(scheme)\"",
64-
"-derivedDataPath .build BUILD_LIBRARY_FOR_DISTRIBUTION=YES"
64+
"-derivedDataPath .build BUILD_LIBRARY_FOR_DISTRIBUTION=YES",
65+
"OTHER_SWIFT_FLAGS=-no-verify-emitted-module-interface"
6566
]
6667

6768
switch platform {

0 commit comments

Comments
 (0)