After upgrading to XCode 16, while uploading apps to app store, it's throwing below error and not letting me upload it. It's iOS app. Please help.
Invalid Executable. The excecutable ......app/Frameworks/hermes.framework/hermes
contains bitcode.
Bitcode is no longer supported. From the Xcode 15 Release Notes:
Deprecations: Bitcode support has been removed, and the ENABLE_BITCODE build setting no longer has any effect.
You should rebuild that framework with a recent version of Xcode so that it no longer contains bitcode, or if it comes from a vendor, contact the vendor for support.
— Ed Ford, DTS Engineer