daltoniam/Skeets

No such module 'SwiftHTTP'

Mar3h opened this issue · 2 comments

Mar3h commented

Unable to build the project on Xcode 6.3 and 6.3.1
SwiftHTTP already added

screen shot 2015-04-27 at 8 57 53 am
screen shot 2015-04-27 at 8 57 28 am

yeah this one of the sore spots of xCode and frameworks. There isn't a great way to make the project build the SwiftHTTP project before the Skeets project without modifying the Skeets project. All that being said, you can make SwiftHTTP be a linked framework in the skeets project to get it working.

(pictures for added clarity)
screen shot 2015-04-27 at 8 45 15 am
screen shot 2015-04-27 at 8 44 53 am

Mar3h commented

Thank you very much.
I can build the project now