What's the secret to a successful build? Latest code not building.
I am having the same issue, after following #184 I am getting the error
Showing All Messages
:-1:framework not found ssh_cmd
There seems to be no cocoapod called ssh_cmd, so I am trying to find that.
What are the errors you are seeing @johnalanwoods ? Seeing if we can work it out together ??
Getting the same error when trying to build from scratch from the precompiled package and frameworks. When I check the ssh_cmd.framework/Headers folder, in XCode, it's empty. I also noticed that there is no "#import ssh_cmd.h" in any of the code.
FYI: I'm just a beginner trying to learn new skills, so I'm not sure I can be much help.
Will try to build blink from clean machine tomorrow
I will also try and build tomo.
On 15 Jan 2019, at 20:16, Yury Korolev notifications@github.com wrote:
Will try to build blink from clean machine tomorrow
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
git clone --recursive https://github.com/blinksh/blink.git && \
cd blink && ./get_frameworks.sh
try build - nope
git checkout c22742b8d9fc278d8efcfc2f82bfaefda6cd7766
./get_frameworks.sh
(the last Travis CI successful build)
try build - success
Hope it'll help
Thanks @Enpire .
I have 999+ warnings, but the main compile error from clang was:
ld: framework not found ssh_cmd
clang: error: linker command failed with exit code 1 (use -v to see invocation)
This was using:
git clone --recursive https://github.com/blinksh/blink.git && \
cd blink && ./get_frameworks.sh
Which I understand to be a self contained build script.
And by the way, this version builds successfully but fails if Location Updates are on
Actually, I know where the problem is. Working on that.
Actually, I know where the problem is. Working on that.
Thanks @yury
I guess that
git clone --recursive https://github.com/blinksh/blink.git && \
cd blink && ./get_frameworks.sh
and simply open Xcode and build proj should work right?
I am having the same issue, after following #184 I am getting the error
Showing All Messages
:-1:framework not found ssh_cmdThere seems to be no cocoapod called ssh_cmd, so I am trying to find that.
What are the errors you are seeing @johnalanwoods ? Seeing if we can work it out together ??
Same error as you my friend!
Fixed!!!
We build ios_system from master. And @N-Holzschuch bumped ssh-keygen to libssl-1.1.0. We are still on 1.0.2.
Have to upgrade blink to 1.1.0.
I just downgraded back to 1.0.2.
@holzschu, thank you!
Thank you.
I had forgotten to push the change. It is done with commit 55d1972 on https://github.com/holzschu/libssh2-for-iOS/
@holzschu thank you. I believe ios_system repo should be updated as well.
Sent with GitHawk
You're absolutely right! Thank you for pointing this out. I think it should work now (commit 0c5ea77).
Most helpful comment
I just downgraded back to 1.0.2.