zenangst / Spots

:bamboo: Spots is a cross-platform view controller framework for building component-based UIs
Other
1.31k stars 72 forks source link

How about carthage support? #192

Closed navisingh closed 8 years ago

navisingh commented 8 years ago

I tried the following Cartfile:

github "hyperoslo/Spots" ~> 1.2.0 github "hyperoslo/Sugar" ~> 1.0.13 github "hyperoslo/Brick" ~> 0.4.0 github "zenangst/Tailor" ~> 0.10.0

But got the error: "Failed to discover shared schemes in project Sugar.xcodeproj—either the project does not have any shared schemes, or xcodebuild never returned"

I can't use the pod because I can't use use_frameworks in my Podfile courtesy openSSL which is used in one of the pods in my pod file.

onmyway133 commented 8 years ago

@navisingh I just tried with that Cartfile, and carthage bootstrap --platform iOS works for me, it checks out dependencies and builds the frameworks. Carthage version 0.14.0

cart

navisingh commented 8 years ago

Thanks, looks like the version of carthage installed on my mac was too old. Updated to the latest carthage package, and everything builds fine.