Frugghi / SwiftSH

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

Manual Import into a project results in error "No such module Libssh2" #22

Open tarun483 opened 5 years ago

tarun483 commented 5 years ago

When manual importing swiftSH by dragging SwiftSh folder into Project Navigator and then compile it results in "No such module Libssh2" in Libssh2.swift file.

Screenshot 2019-05-24 at 5 29 46 PM
avneet-01 commented 3 years ago

I am getting similar error while importing SwiftSH in my ViewController. Is SwiftSH used with Objective C or Swift? Please share any sample implementation...