Skip to content

Commit fe35dba

Browse files
committed
Remove -fembed-bitcode flag
Apple has recently stopped accepting apps built with any Xcode version below 14.1, and rejects apps built with bitcode starting with Xcode 14.
1 parent daab924 commit fe35dba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -2495,8 +2495,6 @@ impl Build {
24952495

24962496
cmd.args.push("-isysroot".into());
24972497
cmd.args.push(sdk_path);
2498-
// TODO: Remove this once Apple stops accepting apps built with Xcode 13
2499-
cmd.args.push("-fembed-bitcode".into());
25002498
}
25012499

25022500
Ok(())

0 commit comments

Comments
 (0)