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

Gitteh Builds Fail On Mac OS X #31

Closed
fatlotus opened this issue Sep 17, 2012 · 3 comments
Closed

Gitteh Builds Fail On Mac OS X #31

fatlotus opened this issue Sep 17, 2012 · 3 comments

Comments

@fatlotus
Copy link

For whatever reason, it appears that the default build of Gitteh on Mac OS X installs to the wrong place. I think the problem has to do with the Development / Release build schemes model in Xcode.

The following series of commands seem to fix the problem on my machine:

cd path/to/my/project/dir
mkdir node_modules
sudo npm install gitteh
ln -s `pwd`/node_modules/gitteh/build/Release \
  node_modules/gitteh/build/default
@blalor
Copy link

blalor commented Sep 28, 2012

Seeing this, as well. @fatlotus' fix worked for me.

@mildsunrise
Copy link
Contributor

Try to install gitteh (0.17.2) now. There shouldn't be any problem.

@samcday
Copy link
Contributor

samcday commented Jun 26, 2013

I'm not getting this issue with latest (0.17.2) gitteh on my OSX 10.8 machine (using Xcode command line tools), so I'm fairly certain this issue has been rectified!

@samcday samcday closed this as completed Jun 26, 2013
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