-
Notifications
You must be signed in to change notification settings - Fork 598
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
Comments
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? |
Have no idea, I'm also new with carthage. You can also try to use cocoa pods, since last release support swift. |
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 |
Ok. Anyway thanks for awesome TF's! |
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 |
Ok, I will check it and let you know, if find something, that can help you. |
Solved. For Storyboard support make sure your project has a build setting of |
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 😉 |
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 👯 |
Please, provide Carthage support to make installation easier.
The text was updated successfully, but these errors were encountered: