Replies: 2 comments 4 replies
-
|
Solved with https://github.com/gitx/gitx/releases/tag/0.23 |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
@janeklb Is this solved for you ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I suspect that this might be standard behaviour when dealing with Xcode.. but I'm inexperienced with building xcode projects so I'm not sure. Could anyone confirm?
Here's what happened:
/Applications(and replaced the older version)gitxfrom the command line (GitX opens)0.13-xxxxxafair)which gitx, which shows/usr/local/bin/gitxls -l $(which gitx), which shows that/usr/local/bin/gitxis a symlink to/Applications/GitX.app/Contents/Resources/gitxgitxvia the cli; "About GitX" now shows the old version againps -ef | grep -i gitxshows that I'm running/Users/janeklb/Library/Developer/Xcode/DerivedData/GitX-aqlqktsdnvbaaafnhydtdvkmtcll/Build/Products/Debug/gitxps -ef | grep -i gitxshows that I'm running/Applications/GitX.app/Contents/Resources/gitxI then moved + archived
/Users/janeklb/Library/Developer/Xcode/DerivedData/GitX-aqlqktsdnvbaaafnhydtdvkmtclland tried runninggitxfrom the CLI, and was presented with some errors (unfortunately I don't have the output - I had cleared the terminal). After I restarted my macbook - and possibly did some other things that I don't recall - and then encountered #336 whenever trying to rungitx. I've downgraded to 0.21 for now - this discussion post isn't about that issue.So, it looks like I've been running a locally-built GitX since February, despite downloading new
GitX.appreleases and placing them in/Applications!Is this standard behaviour when dealing with Xcode projects that you have built locally and download too?
Beta Was this translation helpful? Give feedback.
All reactions