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 99f3c46 commit 54b4e48Copy full SHA for 54b4e48
Sources/PublicModules/PADProjectBuilder/SwiftInterfaceProducer/XcodeTools.swift
@@ -57,7 +57,8 @@ struct XcodeTools {
57
"cd \(projectDirectoryPath);",
58
"xcodebuild clean build -scheme \"\(scheme)\"",
59
"-derivedDataPath \(Constants.derivedDataPath)",
60
- "BUILD_LIBRARY_FOR_DISTRIBUTION=YES"
+ "BUILD_LIBRARY_FOR_DISTRIBUTION=YES",
61
+ "OTHER_SWIFT_FLAGS=-no-verify-emitted-module-interface"
62
]
63
64
switch platform {
0 commit comments