Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[0.71] Hermes version is rc.2 when it should be rc.3 on iOS #35537

Closed
tido64 opened this issue Dec 2, 2022 · 2 comments
Closed

[0.71] Hermes version is rc.2 when it should be rc.3 on iOS #35537

tido64 opened this issue Dec 2, 2022 · 2 comments
Labels

Comments

@tido64
Copy link
Collaborator

tido64 commented Dec 2, 2022

Description

Hermes version is reported to be 0.71-rc.2 while react-native version is 0.71-rc.3. Note that this only happens on iOS. The version on Android seems correct.

iOS Android
Simulator Screen Shot - iPhone 14 - 2022-12-02 at 09 33 29 Screenshot_1669969582

Version

0.71-rc.3

Output of npx react-native info

System:
    OS: macOS 12.6.1
    CPU: (10) arm64 Apple M1 Max
    Memory: 2.06 GB / 64.00 GB
    Shell: 5.8.1 - /bin/zsh
  Binaries:
    Node: 16.18.1 - ~/.local/bin/node
    Yarn: 3.1.1 - /opt/homebrew/bin/yarn
    npm: 8.11.0 - ~/Source/react-native-test-app/node_modules/.bin/npm
    Watchman: 2022.11.14.00 - /opt/homebrew/bin/watchman
  Managers:
    CocoaPods: 1.11.3 - /Users/tido/.gem/bin/pod
  SDKs:
    iOS SDK:
      Platforms: DriverKit 21.4, iOS 16.0, macOS 12.3, tvOS 16.0, watchOS 9.0
    Android SDK:
      API Levels: 31, 33
      Build Tools: 30.0.3, 31.0.0, 33.0.0
      System Images: android-33 | Google APIs ARM 64 v8a
      Android NDK: Not Found
  IDEs:
    Android Studio: 2021.2 AI-212.5712.43.2112.8815526
    Xcode: 14.0.1/14A400 - /usr/bin/xcodebuild
  Languages:
    Java: 11.0.16.1 - /usr/bin/javac
  npmPackages:
    @react-native-community/cli: 10.0.0-alpha.5 => 10.0.0-alpha.5
    react: 18.2.0 => 18.2.0
    react-native: 0.71.0-rc.3 => 0.71.0-rc.3
    react-native-macos: Not Found
  npmGlobalPackages:
    *react-native*: Not Found

Steps to reproduce

Clone the repo and checkout the branch below. Then run the following:

npm run set-react-version 0.71
yarn
cd example
sed -i '' 's/:hermes_enabled => false/:hermes_enabled => true/' ios/Podfile
pod install --project-directory=ios
yarn ios

Snack, code example, screenshot, or link to a repository

microsoft/react-native-test-app#1199

@kelset
Copy link
Collaborator

kelset commented Dec 8, 2022

quick headsup, @dmytrorykun has submitted a fix 95c1358 in the 0.71 branch that should fix this, we'll find out for sure when doing RC4

@tido64
Copy link
Collaborator Author

tido64 commented Jan 2, 2023

Closing this as it seems to be fixed in rc.5

@tido64 tido64 closed this as completed Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants