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 {
5757 " cd \( projectDirectoryPath) ; " ,
5858 " xcodebuild clean build -scheme \" \( scheme) \" " ,
5959 " -derivedDataPath \( Constants . derivedDataPath) " ,
60- " BUILD_LIBRARY_FOR_DISTRIBUTION=YES "
60+ " BUILD_LIBRARY_FOR_DISTRIBUTION=YES " ,
61+ " OTHER_SWIFT_FLAGS=-no-verify-emitted-module-interface "
6162 ]
6263
6364 switch platform {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments