We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Install Realm v10.0.0-beta.10 in a React Native app.
Installing the iOS pods should download Realm and install successfully.
Installing RealmJS (10.0.0-beta.10) [!] /bin/bash -c set -e ./scripts/xcode-download-realm.sh ./scripts internal/modules/cjs/loader.js:584 throw err; ^ Error: Cannot find module '/Users/ioveracker/Source/my-app/node_modules/realm/scripts/scripts/download-realm.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:582:15) at Function.Module._load (internal/modules/cjs/loader.js:508:25) at Function.Module.runMain (internal/modules/cjs/loader.js:754:12) at startup (internal/bootstrap/node.js:283:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3) error Command failed with exit code 1.
[email protected]
ios
pod install
Basic React Native project that I used to reproduce this is available at ioveracker/realm-v10.0.0-beta.10-pods-error.
The text was updated successfully, but these errors were encountered:
Remove extra scripts/ in path to download-realm.js
9c7448f
Fix realm#3168
Thanks for reporting and more so providing a fix.
Sorry, something went wrong.
Remove extra scripts/ in path to download-realm.js (#3169)
241f8b0
Fix #3168
No branches or pull requests
Goals
Install Realm v10.0.0-beta.10 in a React Native app.
Expected Results
Installing the iOS pods should download Realm and install successfully.
Actual Results
Steps to Reproduce
[email protected]
in a React Native project.ios
directory, runpod install
to install CocoaPods.Code Sample
Basic React Native project that I used to reproduce this is available at ioveracker/realm-v10.0.0-beta.10-pods-error.
Version of Realm and Tooling
The text was updated successfully, but these errors were encountered: