You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add hermes-engine as a dependency in your Podfile:
pod 'hermes-engine', :podspec => '../node_modules/react-native-macos/third-party-podspecs/hermes-engine.podspec'
Run the following commands:
sh
cd macos
rm -rf Pods Podfile.lock
pod install --repo-update
Observe the error during the installation of FBLazyVector.
Expected Behavior
The pod install --repo-update command should successfully install all the dependencies without errors.
Actual Behavior
The command fails to install FBLazyVector due to the missing branch v0.73.30 in the React Native GitHub repository.
Reproducible Demo
No response
Additional context
he issue seems to be that the specified branch V0.73.30 does not exist in the React Native GitHub repository. This is preventing the successful installation of the necessary pod.
The content you are editing has changed. Please copy your edits and refresh the page.
Environment
Steps to reproduce the bug
Add hermes-engine as a dependency in your Podfile:
pod 'hermes-engine', :podspec => '../node_modules/react-native-macos/third-party-podspecs/hermes-engine.podspec'
Run the following commands:
sh
cd macos
rm -rf Pods Podfile.lock
pod install --repo-update
Observe the error during the installation of FBLazyVector.
Expected Behavior
The pod install --repo-update command should successfully install all the dependencies without errors.
Actual Behavior
The command fails to install FBLazyVector due to the missing branch v0.73.30 in the React Native GitHub repository.
Reproducible Demo
No response
Additional context
he issue seems to be that the specified branch V0.73.30 does not exist in the React Native GitHub repository. This is preventing the successful installation of the necessary pod.
Tasks
The text was updated successfully, but these errors were encountered: