ZFRippleButton icon indicating copy to clipboard operation
ZFRippleButton copied to clipboard

Carthage support

Open ypresto opened this issue 7 years ago • 1 comments

Please provide framework scheme..!

ypresto avatar Aug 05 '16 03:08 ypresto

Cocoa Touch frameworks strip @IBDesignable tags from classes when compiled into frameworks meaning this would lose the interface builder functionality when distributed through Carthage :(. Encountered the same problem in a project of mine. your best bet is to make a Dependencies folder and manually include code files if youre a Carthage fan and don't want to use Cocoa Pods.

Edit: TL;DR Carthage support isn't fully possible, this issue should be closed. See https://github.com/Carthage/Carthage/issues/335

Kautenja avatar Aug 01 '17 02:08 Kautenja