You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Carthage/Carthage#335
Please provide framework scheme..!
The text was updated successfully, but these errors were encountered: