iosxcodereact-nativeexpo

Invalid Executable. The executable 'appname.app/Frameworks/hermes.framework/hermes' contains bitcode. (ID: XXXX)


I'm getting the following errors when trying to distribute my app to TestFlight:

enter image description here

What I tried till now:

installer.pods_project.targets.each do |target|
      target.build_configurations.each do |config|
        config.build_settings['ENABLE_BITCODE'] = 'NO'
      end
    end

MacOS: Sequoia 15.0


Solution

  • I faced the same issue a few hours ago. I realized that my Xcode was updated to a new version 16.0.

    I don't know if this helps but if you are in a hurry a workaround that worked for me was downgrading Xcode to 15.4. I used this link to get the app: https://xcodereleases.com