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

pod install #50

Open
ekkis opened this issue Apr 6, 2020 · 0 comments
Open

pod install #50

ekkis opened this issue Apr 6, 2020 · 0 comments

Comments

@ekkis
Copy link

ekkis commented Apr 6, 2020

the README states that after installation of randombytes, the user should do:

# react-native link react-native-randombytes

but I believe that is outdated. unless I'm wrong I need to do instead:

cd ios && pod install

but when I do, it pukes:

[!] CocoaPods could not find compatible versions for pod "ReactCommon/jscallinvoker":
In snapshot (Podfile.lock):
ReactCommon/jscallinvoker (from ../node_modules/react-native/ReactCommon)

In Podfile:
ReactCommon/jscallinvoker (from ../node_modules/react-native/ReactCommon)

None of your spec sources contain a spec satisfying the dependency: ReactCommon/jscallinvoker (from ../node_modules/react-native/ReactCommon).

You have either:

  • out-of-date source repos which you can update with pod repo update or with pod install --repo-update.
  • mistyped the name or version.
  • not added the source repo that hosts the Podspec to your Podfile.

which I believe is related to installation of this package since I didn't have the problem before I installed. for context, this is being installed on an RN Expo project with RN v0.62.1

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

1 participant