-
Notifications
You must be signed in to change notification settings - Fork 2
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
Flipper: gflags.h not found #10
Comments
@KDederichs can you please provide a minimal project to reproduce your issue? Without that it is very difficult to help you out. |
I'm not quite sure how I'd go about that tbh. |
Actually it does that on a fresh project too @lucasbento |
In fact everything I do now results in that.... |
@KDederichs which CocoaPods version are you using? you can check that by running |
@lucasbento Version 1.9.1 |
I already tried: Cleaning the Xcode build result is always the same: |
What does your |
Podfile:
Podfile.lock: That's after the 62 update, before that just the same minus the flipper stuff and the Yoga and callinvoker change |
I think it might not execute the iOS-install-third-party.sh script if that helps. |
OK.... Question now is it that a bug I should mention in the main repo or is it an intended feature? |
The
@KDederichs I would classify this as a bug in the Flipper repo. |
@alloy it's not only flipper, the normal RN glog does the same thing |
In any case I opened an issue over at facebook/react-native#28446 so I'll be closing this issue now, thanks for everyone that tried to help! |
Environment
Upgrading version
From 0.61.5 to 0.62.0
Description
After updating manually to 0.62.0 (the update helper flat-out refused to work) I got the problem that upon compiling Xcode complains that it can't find the
gflags/gflags.h
include in Flipper-Glog.Is there any manual linking/search path editing that has to be done in order for flipper to find Glog?
The text was updated successfully, but these errors were encountered: