dogo / SCLAlertView

Beautiful animated Alert View. Written in Objective-C
MIT License
3.5k stars 534 forks source link

carthage update fail for special platform #217

Closed tinpont closed 8 years ago

tinpont commented 8 years ago

Install normal.

Actual Result

Throwing error

*\ Skipped building SCLAlertView due to the error: Dependency "SCLAlertView" has no shared framework schemes for any of the platforms: iOS

If you believe this to be an error, please file an issue with the maintainers at https://github.com/dogo/SCLAlertView/issues/new

Tell us what could be improved:

Support carthage for special platform.

dogo commented 8 years ago

@alokard Could you please, take a look on this?

goncharik commented 8 years ago

Sure, will take a look this weekend.

goncharik commented 8 years ago

Hey, @tinpont. Does your Cartfile looks like this:

github "dogo/SCLAlertView" "master"

You need to specify the master branch cause there was no new release with Cartage support yet.

There was a warning no umbrella header found but I've fixed it in attached PR

goncharik commented 8 years ago

@dogo may I ask you to add new tag after closing this issue. Carthage, by default, checkouts the latest tag from git so it checkouts 1.0.3 version that doesn't have dynamic framework target for Carthage.

dogo commented 8 years ago

@alokard thanks for the heads up. I'm not a Carthage user hehehe. version 1.0.5 is live

@tinpont please try again