diff --git a/src/lib.rs b/src/lib.rs index 428b6f9c1..754cfd8ef 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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(()) }