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

Cannot install on RN 0.60+ #43

Closed
felixchan opened this issue Sep 15, 2019 · 3 comments
Closed

Cannot install on RN 0.60+ #43

felixchan opened this issue Sep 15, 2019 · 3 comments

Comments

@felixchan
Copy link

felixchan commented Sep 15, 2019

After yarn install and react-native link, I see a line added to Podfile.

I run pod install and receive:

[!] No podspec found for RNRate in ../node_modules/react-native-rate

When I build (without running pod install), I receive Folly error.

/project/Pods/Folly/folly/detail/RangeCommon.h:22:10: 'glog/logging.h' file not found (But fixed this after removing Podfile.lock , unlinking, removing package, and running pod install again)

@jayli3n
Copy link
Contributor

jayli3n commented Sep 19, 2019

in your podfile, change the line to:
pod 'RNRate', :path => '../node_modules/react-native-rate/ios'
ill create a PR to fix this in the auto link.

@DevArenaCN
Copy link

@felixchan @jayli3n I changed the podfile to

pod 'RNRate', :path => '../node_modules/react-native-rate'

and it builds fine.

@KjellConnelly
Copy link
Owner

Moved the podspec file to ../node_modules/react-native-rate instead of inside the ios folder. If you update, you will probably need to change your project's podspec file.

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

4 participants