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

Trying to build project but getting: [!] Invalid Podfile file: no implicit conversion of nil into String. #8

Open
medic345 opened this issue Sep 17, 2022 · 0 comments

Comments

@medic345
Copy link

When building project in xcode it fails and we get: [!] Invalid Podfile file: no implicit conversion of nil into String.

use_react_native!(:path => config["reactNativePath"])

I have tried changing

"> use_react_native!(:path => config["reactNativePath"])"

to config[:reactNativePath] in the pod file and we get a new fail build with:
[!] Unable to find a specification for React-Core depended upon by RNFBStorage

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.

[!] use_flipper is deprecated, use the flipper_configuration option in the use_react_native function

when re running pod install

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