SwiftHN icon indicating copy to clipboard operation
SwiftHN copied to clipboard

Build error.

Open kn-neeraj opened this issue 10 years ago • 1 comments

I get the error when I build the project in Xcode 6.0.1 in saying No such module HackerSwifter.

kn-neeraj avatar Sep 25 '14 12:09 kn-neeraj

You have to install its submodules first.

cd /path/to/SwiftHN
git submodule init
git submodule update

thii avatar Sep 25 '14 13:09 thii