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 6074224 commit 8b626e3Copy full SHA for 8b626e3
ReleaseTooling/Sources/ZipBuilder/FrameworkBuilder.swift
@@ -211,6 +211,8 @@ struct FrameworkBuilder {
211
// files to be generated in the .swiftmodule directory. The .swiftinterface files
212
// are required for xcodebuild to successfully generate an xcframework.
213
"BUILD_LIBRARY_FOR_DISTRIBUTION=YES",
214
+ // Remove the -fembed-bitcode-marker compiling flag.
215
+ "ENABLE_BITCODE=NO",
216
"SUPPORTS_MACCATALYST=\(isMacCatalystString)",
217
"BUILD_DIR=\(buildDir.path)",
218
"-sdk", targetPlatform.sdkName,
0 commit comments