Yogesh Joshi
Yogesh Joshi
I'm using Ubuntu and I'm also getting the same error while updating 'git-projects' I tried uninstalling and installing again, but same error again. [here](http://pastebin.com/FvFTwmup) is the debug log output. P.S:...
@ujeenator it seems in latest version on Android platform, you need to change user-agent in `node_modules/react-native-oauth/android/src/main/java/io/fullstack/oauth/OAuthManagerDialogFragment.java 112: ` just like @jslok said. It seems to fix the problem.
Why is this not merged yet?
:+1: I'm also facing same problem while installing 'dbus' on my mac.
@jrobeson your comment is not clear, can you please clarify, which all headers, there are many dbus headers, I tried installing few of them nothing worked. If you have installed...
@lukas-zech-software Do we have to do another linking other than the `brew link` ? Because whatever you said, I tried but still getting same error. :disappointed:
@lukas-zech-software Sorry dude but that also didn't worked. Still giving same error, ``` bash ../src/dbus.cc:6:10: fatal error: 'dbus/dbus.h' file not found #include ```
@lukas-zech-software all contents are exact similar. Can you tell me what all env variables to set for compiler?
@lukas-zech-software Still getting same error, I guess you're still missing some step.
@lukas-zech-software so the problem for me was `/usr/local/opt/dbus` was already symlinked to `/usr/local/Cellar/dbus/1.11.2` instead and even when symlinking forcefully with `-f` flag, so I removed the link and recreated it,...