git-up / GitUp

The Git interface you've been missing all your life has finally arrived.
http://gitup.co
GNU General Public License v3.0
11.48k stars 1.25k forks source link

Build from source succeeds but crashes #872

Closed j-rahman closed 1 year ago

j-rahman commented 1 year ago

After changing the code-signing identities (signed to run locally) and hitting the run button on Xcode, as per the instructions on the README file, the build successfully completes but I do not see a release version of the application stored somewhere on disk. Nevertheless, Xcode automatically runs the built executable and it crashes, leaving the following debug messages.

GitUp 1 GitUp 2

Could you please provide some instructions as to how I can fix this? Thank you.


P.S. I'm currently running Xcode 14.0.1 on macOS Monterey 12.6, although I plan to upgrade to macOS Ventura later today.

lucasderraugh commented 1 year ago

@j-rahman I'm not sure if this will resolve your issue, but if you try running GitUpKit/Third-Party/libgit2/update-xcode.sh, does that resolve your problem when trying to build after that?

If so, I'll need to update the steps (or better yet add that to the build phases of the project).

lucasderraugh commented 1 year ago

Going to close this out, but feel free to reopen if my above suggestion didn't resolve your issue.