-
Notifications
You must be signed in to change notification settings - Fork 281
Build does not include libssh2 with Xcode 7.1 / iOS 9.1 #531
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
Comments
I found a working build for iOS 9.0 on Sept 16, but I don't know what version exactly I had checked out when I built it:
|
After some digging, this is certainly related to my homebrew copy of libssh2. When I uninstalled libssh2 and re-installed it with homebrew, now So I suppose the issue here is to update the |
I'll look into this. I'm guessing the new tvOS platform is breaking an assumption in those fragile build scripts |
I feel like it's got something to do with this: The PKG_CHECK_MODULES CMake function is for finding pkg-config packages, but the library in If there's an easy way to include that path before running CMake, that could help. I just don't know enough about pkg-config or CMake to know how this should fit together. |
Ah, I think you're onto something. I'm also seeing libssh2 version 1.6.0 pulled in from homebrew's install. The |
I just realized that the
|
This has been driving me nuts. Everything I try seems to make no difference. However, I just ran across
Fix incoming, then we can deal with the fact that iOS is using a 2 year old version of libssh2. |
If its any consolation, this was driving me nuts too. I tried a bunch of stuff and kept running into the same walls. Hoped the fix would be obvious to someone who'd worked with that build script before. Thanks for digging in! |
I was trying to build a fresh copy of objective-git and found that the iOS build process can no longer find libssh2.
Steps to reproduce:
In Xcode 7.1, pick ObjectiveGit-iOS for iPhone 6 Simulator and build.
Upon completion:
Not sure what caused this to happen, could be Xcode 7 or iOS 9 related. I had a build under iOS 8 SDK that worked fine.
The text was updated successfully, but these errors were encountered: