We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Working on both 10.8 and 10.9. 10.9 seems to work fine, but on 10.8 I get the same error as in Issue 210.
I know you have close the issue, but I'd like to bring it back up as it appears to have resurfaced.
Again, the error was:
dyld: Library not loaded: @rpath/ObjectiveGit.framework/ObjectiveGit Referenced from: /usr/local/bin/gitx Reason: image not found [1] 10102 trace trap gitx
and the fix:
alias gitx="open -a /Applications/GitX.app ."
seems to work.
Again, this "fix" is only needed on 10.8, not 10.9.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Working on both 10.8 and 10.9. 10.9 seems to work fine, but on 10.8 I get the same error as in Issue 210.
I know you have close the issue, but I'd like to bring it back up as it appears to have resurfaced.
Again, the error was:
dyld: Library not loaded: @rpath/ObjectiveGit.framework/ObjectiveGit
Referenced from: /usr/local/bin/gitx
Reason: image not found
[1] 10102 trace trap gitx
and the fix:
alias gitx="open -a /Applications/GitX.app ."
seems to work.
Again, this "fix" is only needed on 10.8, not 10.9.
The text was updated successfully, but these errors were encountered: