From 9f46054f04cf391296bb2d902b7a7f58cccdb768 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Thu, 25 Nov 2021 13:28:50 +0100 Subject: [PATCH] Fix Bitcode note in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e358125..2aa5f7c 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ It's highly recommended to use the Git package provided by [Homebrew][dep-brew]. ### Caveats -Make sure to disable Bitcode in "Release" targets (iOS), otherwise the library [would not be able to link OpenSSL][about-pr-bitcode]. +Make sure to set "Enable Bitcode" (iOS) to NO, otherwise the library [would not be able to link OpenSSL][about-pr-bitcode]. Recent versions of Xcode (latest is 13.1) have an issue where the "Frameworks" directory is replicated inside application extensions. This is not a blocker during development, but will prevent your archive from being validated against App Store Connect due to the following error: