Description
Mac OS X 10.11, GitUp v1.2 installed by "brew install homebrew/cask/gitup" (should be the same v1.2 release available here). More details in the attached crash reports. More than actually useful I'd say.
I'm just trying it out and I get "internal error" at startup because NSInvalidArgumentException on [NSApplication setAppearance:]. If I choose "continue" it appears to work without problem. Though I wonder how safe is it to do so. Also when the OS finally asks "The last time you opened GitUp, it unexpectedly quit while reopening windows. Do you want to try to reopen its windows again?" and I click "Don't reopen" it proceeds to work without the exception nor any apparent problem. The next time, "internal error" again. Yet it works.
Too bad my obsolete Xcode 7.3.1 (the best I can get on 10.11 apparently?) refuses to open the project file (any way to build from command line?). I thought I could try with with the brew source formula, but it seems to be another unrelated project (https://github.com/earwig/git-repo-updater, "stable 0.5.1, HEAD", python code). I tried tricking Xcode changing all the "minToolsVersion" and "minSystemVersion" to 7.0 without success. I have near zero experience with macOS, Xcode, and ObjC though, I bet I missed something (and I apologize if all this turns out to be my fault).
My best guess so far, this is almost a non issue after all, probably a minor incompatibility with older OS version, and the fix (assuming there's an interest to support 10.11, I hope so) would be to catch the exception or better yet check the OS version first.
gitup__random-startup-crash_1.txt
gitup__random-startup-crash_2.txt
ps: file names say "random" and "crash", my mistake.