Skip to content

Commit ffdf356

Browse files
authored
Remove -fembed-bitcode flag (#812)
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 d765f30 commit ffdf356

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/lib.rs

-5
Original file line numberDiff line numberDiff line change
@@ -2530,11 +2530,6 @@ impl Build {
25302530
cmd.args.push(sdk_path);
25312531
}
25322532

2533-
// TODO: Remove this once Apple stops accepting apps built with Xcode 13
2534-
if !is_mac {
2535-
cmd.args.push("-fembed-bitcode".into());
2536-
}
2537-
25382533
Ok(())
25392534
}
25402535

0 commit comments

Comments
 (0)