File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Sources/PublicModules/PADProjectBuilder/SwiftInterfaceProducer Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ struct XcodeTools {
57
57
" cd \( projectDirectoryPath) ; " ,
58
58
" xcodebuild clean build -scheme \" \( scheme) \" " ,
59
59
" -derivedDataPath \( Constants . derivedDataPath) " ,
60
- " BUILD_LIBRARY_FOR_DISTRIBUTION=YES "
60
+ " BUILD_LIBRARY_FOR_DISTRIBUTION=YES " ,
61
+ " OTHER_SWIFT_FLAGS=-no-verify-emitted-module-interface "
61
62
]
62
63
63
64
switch platform {
Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ private extension XcodeToolsTests {
61
61
var commandComponents = [
62
62
" cd \( projectDirectoryPath) ; " ,
63
63
" 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 "
65
66
]
66
67
67
68
switch platform {
You can’t perform that action at this time.
0 commit comments