SwiftSH icon indicating copy to clipboard operation
SwiftSH copied to clipboard

Does this work with Xcode 11 and Catalina?

Open macaaw opened this issue 4 years ago • 3 comments

I cannot get the example to build very nicely

macaaw avatar Oct 09 '19 18:10 macaaw

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

jandolina avatar Oct 29 '19 22:10 jandolina

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"

arguiot avatar Nov 10 '19 02:11 arguiot

@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!

avneet-01 avatar Mar 11 '21 19:03 avneet-01