Skip to content

Commit 8b626e3

Browse files
authored
Remove -fembed-bitcode-marker (#10369)
1 parent 6074224 commit 8b626e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ReleaseTooling/Sources/ZipBuilder/FrameworkBuilder.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ struct FrameworkBuilder {
211211
// files to be generated in the .swiftmodule directory. The .swiftinterface files
212212
// are required for xcodebuild to successfully generate an xcframework.
213213
"BUILD_LIBRARY_FOR_DISTRIBUTION=YES",
214+
// Remove the -fembed-bitcode-marker compiling flag.
215+
"ENABLE_BITCODE=NO",
214216
"SUPPORTS_MACCATALYST=\(isMacCatalystString)",
215217
"BUILD_DIR=\(buildDir.path)",
216218
"-sdk", targetPlatform.sdkName,

0 commit comments

Comments
 (0)