Giansalvo Gusinu
Giansalvo Gusinu
I confirm the same behaviour (nothing happens after double-clicking the application) on this setup: macOS HighSierra 10.13.4 java 1.8.0_131 I confirm that using the "fallback distro for Mojave" works fine....
@kfur thanks, I managed to run the build process. Unfortunately it fails with this message ``` Users/giansalvo/Desktop/temp/GitUp/GitUpKit/Third-Party/libgit2/src/transports/ssh.c:11:10: fatal error: 'libssh2.h' file not found #include ^~~~~~~~~~~ 1 error generated. ``` The...
> `libssh2.h` must be located in `GitUpKit/Third-Party/libssh2/MacOSX/include/libssh2.h` Yes, that's correct. But still I have the compile error. This is my environment: Xcode Version 9.3.1 macOS High Sierra 10.13.4 I got...
I tried adding the path to the ```libssh2.h``` to Xcode settings but it doesn't find it.
> did you do `git submodule update --init --recursive` ? When/where shoud I give such command? here's the sequence I used: ``` $git clone --recursive https://github.com/git-up/GitUp.git $cd GitUp $cd GitUp...