Skip to content

Commit

Permalink
Remove -fembed-bitcode flag
Browse files Browse the repository at this point in the history
Apple has recently stopped accepting apps built with any Xcode version
below 14.1, and rejects apps built with bitcode starting with Xcode 14.
  • Loading branch information
keith committed Jun 5, 2023
1 parent 57853c4 commit 61976c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2336,8 +2336,6 @@ impl Build {

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

Ok(())
}
Expand Down

0 comments on commit 61976c9

Please sign in to comment.