-
Notifications
You must be signed in to change notification settings - Fork 100
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
Comments
in your podfile, change the line to: |
@felixchan @jayli3n I changed the podfile to
and it builds fine. |
Moved the podspec file to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)The text was updated successfully, but these errors were encountered: