0

I cloned SourceKitten from github and when I open the project in Xcode, I am not able to build

In class Clang+SourceKitten.swift, I am getting No such module SWXMLHash

I have tried running swift build and make install from command line, which works perfectly. But, I need to create my own custom command line tool (similar to sourcekitten) - for which I need to open project and should be able to build and run it.

prabodhprakash
  • 3,825
  • 24
  • 48

1 Answers1

0

Well, I needed to update the carthage and open xcworkspace and everything was fine.

prabodhprakash
  • 3,825
  • 24
  • 48