Kudo / react-native-v8

Opt-in V8 runtime for React Native Android
MIT License
900 stars 69 forks source link

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

Closed matt-42 closed 1 year ago

matt-42 commented 1 year ago

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 commented 1 year ago

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