Open ypresto opened 8 years ago
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
Please provide framework scheme..!