vhesener / Closures

Swifty closures for UIKit and Foundation
MIT License
1.74k stars 146 forks source link

Dependency "Closures" has no shared framework schemes #21

Closed mylesbarros closed 6 years ago

mylesbarros commented 6 years ago

When attempting to build Closures using Carthage I receive the error

Dependency "Closures" has no shared framework schemes

I haven't developed a framework before but it seems that that would also preclude Closures from supporting building for specific platforms (e.g., carthage update --platform iOS)

vhesener commented 6 years ago

Thank you for the find. Fixed in #22

mylesbarros commented 6 years ago

Great, thanks for the fix!