-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
spec.prepare_command error in third-party-podspecs for GLog and DoubleConversion #16460
Comments
So am I,and there are solutions? |
@xiaozi4624 Yes , I found the podspecs path is wrong. We should use the absolute path. For example '../node_modules/react-native/third-party-podspecs/GLog.podspecs'. Not like the document for 'yoga'. |
@flyingnoob Did you means change |
@skhan02 thanks, it works for me |
@xiaozi4624 All the third pod path must be absolute path. Not only DoubleConversion |
Hi |
Also getting this bug as I try to make React Native work. :/ any solutions |
I was having this issue, but changed my Podfile to look exactly like this and it worked: (You'll need to tweak what
|
Is this a bug report?
Yes
when i Adding React Native to an Existing Application According to the document execution "pod install ".
I get the error :
At last I found the pod specs of GLog and DoubleConversion have a prepare_command lead to the error.
Have you read the Contributing Guidelines?
Yes
Environment
Environment:
OS: macOS High Sierra 10.13
Node: 8.7.0
Yarn: 0.27.5
npm: 5.4.2
Xcode: 9.0 (9A235)
Packages: (wanted => installed)
react-native: 0.49.0
react: 16.0.0
Target Platform: iOS (10.3)
Steps to Reproduce
(Write your steps here:)
poffile
The text was updated successfully, but these errors were encountered: