Fix Bitcode note in README

This commit is contained in:
Davide De Rosa 2021-11-25 13:28:50 +01:00
parent 80fd2d99e1
commit 9f46054f04
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ It's highly recommended to use the Git package provided by [Homebrew][dep-brew].
### Caveats ### 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: 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: