Frugghi / SwiftSH

A Swift SSH framework that wraps libssh2.
MIT License
195 stars 75 forks source link

Does this work with Xcode 11 and Catalina? #29

Open macaaw opened 5 years ago

macaaw commented 5 years ago

I cannot get the example to build very nicely

jandolina commented 5 years ago

In general/frameworks remove the SwiftSH.framework and add it back in. That will get the project building. You should also make the edit mentioned in the PR here: https://github.com/Frugghi/SwiftSH/pull/28

arguiot commented 5 years ago

It works, I tested this using Xcode 11.2.1 (latest). If you're using Carthage, you have to use the master branch though. In your Cartfile, use: github "Frugghi/SwiftSH" "master"

avneet-01 commented 3 years ago

@jandolina @arguiot Is this library used with Objective-C or Swift? Because after installing the Podfile, when I tried importing it in my Swift ViewController, I got the error "Could not build Objective-C Module 'SwiftSH'". Please let me know how to use this library? Thanks in advance!