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

[expo] Cause: Unable to find a specification for v8-ios depended upon by RNV8 #180

Closed
matt-42 opened this issue Jun 27, 2023 · 1 comment

Comments

@matt-42
Copy link

matt-42 commented Jun 27, 2023

How can we use react-native-v8 only on android and NOT in ios with expo ?
I specified ["react-native-v8", {"android": true, "ios": false}] in app.json but prebuild failed to generate the ios directory:



✔ Would you like to proceed? … yes

✔ Cleared android, ios code
✔ Created native projects | gitignore skipped
✔ Updated package.json and added index.js entry point for iOS and Android
› Installing using npm
> npm install
» android: userInterfaceStyle: Install expo-system-ui in your project to enable this feature.
✔ Config synced
⚠️  Something went wrong running `pod install` in the `ios` directory.
Command `pod install` failed.
└─ Cause: Unable to find a specification for `v8-ios` depended upon by `RNV8`

You have either:
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.
@Kudo
Copy link
Owner

Kudo commented Jul 3, 2023

thanks!. the issue is fixed by #184 and published in react-native-v8@2.2.0.

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

No branches or pull requests

2 participants