izqui / Taylor

A lightweight library for writing HTTP web servers with Swift
MIT License
926 stars 79 forks source link

can not run in Xcode 7 #23

Closed xiaoyixiao369 closed 8 years ago

xiaoyixiao369 commented 8 years ago

I am new in swift, i cloned this project and import into my Xcode, but it can not run, there are two erros shown, any tips can you help me, thanks advance.

7b03adc2-e79c-43f2-b020-55a738f0a556
izqui commented 8 years ago

Hi!

You need to run carthage bootstrap in the console to fetch the dependency, in case you want to develop the library.

In case you are starting with Swift and just want to have a look, I would advise you to follow the Playground instructions and play with it there. https://github.com/izqui/Taylor#playground

xiaoyixiao369 commented 8 years ago

Thank you very much, i did as your instruction, yeah, i have installed carthage tool on my Mac before and it works!