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 #4

Closed
skywinder opened this issue Mar 4, 2015 · 9 comments
Closed

Carthage support #4

skywinder opened this issue Mar 4, 2015 · 9 comments

Comments

@skywinder
Copy link

Please, provide Carthage support to make installation easier.

@raulriera
Copy link
Owner

I tried, but there seems to be something wrong that is also affecting "Spring" Carthage/Carthage#335

Do you have any ideas about a possible fix?

@skywinder
Copy link
Author

Have no idea, I'm also new with carthage. You can also try to use cocoa pods, since last release support swift.

@raulriera
Copy link
Owner

Strangely packing up the framework Xcode is removing methods from the project, so I won't be supporting Carthage anytime soon apparently. You can still use the project by drag and dropping the file directly into your project

@skywinder
Copy link
Author

Ok. Anyway thanks for awesome TF's!

@raulriera
Copy link
Owner

I have pushed a fix that make Carthage work for creating textfield by code. But I am still unable for the IBDesignable items to appear on Storyboards. I think Xcode is just trolling me by now

@skywinder
Copy link
Author

Ok, I will check it and let you know, if find something, that can help you.

@raulriera
Copy link
Owner

Solved. For Storyboard support make sure your project has a build setting of EMBEDDED_CONTENT_CONTAINS_SWIFT to true

@skywinder
Copy link
Author

Awesome, thanks! 👍

BDW, now I switching back to CocoaPods for most of the projects (as for me - it's more convenient way to maintain dependencies). Will be glad it see cocoapods support also 😉

@raulriera
Copy link
Owner

I believe this a limitation of .frameworks in general, as long as the .framework is created and imported externally, the IB Designables are gone...

Would gladly accept a pullrquest for cocoa pods support 👯

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

No branches or pull requests

2 participants