-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
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
Distributed Mac binary (via Carthage) depends on Homebrew’d openssl #667
Comments
Hey, another GitX fork, which stumbled on the exact same problem I did just a few days ago 😉. @mxcl Can you give a try to the PR just above, just so I have another pair of eyes ? |
Great! I’ll do it. Will let you know. |
This didn't work for my GitX installation since it runs in the ObjectiveGit.framework build and at that point there is no bundle to copy the dylibs to. |
I've just checked my GitX by moving the submodule against that, and I can confirm its included ObjectiveGit.framework is correct, and it runs.
|
K right I see how it can work. I built with Carthage on CLI. So that is no good yeah. But if you build as source from the GitX project it makes sense that it would work. |
Key lines being these:
This makes it hard to distribute a binary on Mac that uses ObjectiveGit.
I realize this is probably a deep seated distribution problem, I'm willing to put in the time to fix it, but need guidance and encouragement. Thanks.
The text was updated successfully, but these errors were encountered: