Skip to content

Commit 61976c9

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 57853c4 commit 61976c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2336,8 +2336,6 @@ impl Build {
23362336

23372337
cmd.args.push("-isysroot".into());
23382338
cmd.args.push(sdk_path);
2339-
// TODO: Remove this once Apple stops accepting apps built with Xcode 13
2340-
cmd.args.push("-fembed-bitcode".into());
23412339

23422340
Ok(())
23432341
}

0 commit comments

Comments
 (0)