fastred / AHKActionSheet

An alternative to the UIActionSheet inspired by the Spotify app.
MIT License
1.16k stars 130 forks source link

Using AHKActionSheet with Carthage #37

Closed nascimentorafael closed 7 years ago

nascimentorafael commented 8 years ago

I'm trying to use AHKActionSheet with Carthage. I added the Cartfile and the following line: github "fastred/AHKActionSheet"

And when I do: carthage update --platform iOS

I get the following message:

*** Cloning AHKActionSheet
*** Checking out AHKActionSheet at "0.5.4"
*** xcodebuild output can be found in /var/folders/4k/bqp9s1w50m97nyj41qj1q65r0000gn/T/carthage-xcodebuild.TsRvcE.log
*** Skipped building AHKActionSheet due to the error:
Dependency "AHKActionSheet" 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/fastred/AHKActionSheet/issues/new

Can someone help me with that?

fastred commented 8 years ago

I'm sorry. Carthage isn't supported yet.

james-ff commented 8 years ago

Carthage support would be greatly appreciated. Should be simple to set up.