microsoft / react-native-macos

A framework for building native macOS apps with React.
https://microsoft.github.io/react-native-windows/
MIT License
3.49k stars 135 forks source link

Error installing FBLazyVector during pod install #2135

Open Joselo-zn opened 3 months ago

Joselo-zn commented 3 months ago

Environment

macOS version: 14.5 (23F79)
Xcode version: 15.4 (15F31d)
React Native version: 0.73.30
Hermes version: 12
CocoaPods version: 1.15.2
Node version: V18.18.2

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