Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carthage support #20

Open
ypresto opened this issue Aug 5, 2016 · 1 comment
Open

Carthage support #20

ypresto opened this issue Aug 5, 2016 · 1 comment

Comments

@ypresto
Copy link

ypresto commented Aug 5, 2016

Please provide framework scheme..!

@Kautenja
Copy link

Kautenja commented Aug 1, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants