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

Error installing FBLazyVector during pod install #2135

Open
Joselo-zn opened this issue Jun 10, 2024 · 0 comments
Open

Error installing FBLazyVector during pod install #2135

Joselo-zn opened this issue Jun 10, 2024 · 0 comments
Labels
bug Something isn't working Needs: Triage 🔍

Comments

@Joselo-zn
Copy link

Joselo-zn commented Jun 10, 2024

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

No tasks being tracked yet.
@Joselo-zn Joselo-zn added the bug Something isn't working label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Needs: Triage 🔍
Projects
None yet
Development

No branches or pull requests

1 participant