Blink: Build constantly fails

Created on 12 Jan 2019  Â·  17Comments  Â·  Source: blinksh/blink

What's the secret to a successful build? Latest code not building.

Most helpful comment

I just downgraded back to 1.0.2.

All 17 comments

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_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 ??

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).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

balboah picture balboah  Â·  3Comments

rekendahl picture rekendahl  Â·  4Comments

jasondinh picture jasondinh  Â·  3Comments

chrisportela picture chrisportela  Â·  3Comments

peppy picture peppy  Â·  4Comments