Hermes framework version mismatch after upgrading to React Native 0.76.0 (still shows 0.12.0) #1548
Closed
1 of 2 tasks
Labels
bug
Something isn't working
Bug Description
I’ve updated my app to React Native 0.76.0 to address security vulnerabilities, including CVE-2023-24833, which seems to be resolved in Hermes v0.13.0. However, after the update, the Hermes framework on iOS is still showing version 0.12.0.
Specifically, the hermes.xcframework/ios-arm64/hermes.framework/Info.plist has a CFBundleVersion of 0.12.0, even though React Native 0.76.0 was expected to use Hermes 0.13.0. I also downloaded the Hermes 0.13.0 source code and noticed that the .podspec file still says version 0.12.0.
Shouldn’t the RN update to 0.76.0 also include the Hermes update to 0.13.0? Is there a version mismatch or additional step I need to follow?
Thanks!
gradle clean
and confirmed this bug does not occur with JSCHermes git revision (if applicable): Hermes v0.13.0
React Native version: 0.76.0
OS: iOS
Platform (most likely one of arm64-v8a, armeabi-v7a, x86, x86_64):
Steps To Reproduce
code example:
The Expected Behavior
The text was updated successfully, but these errors were encountered: