-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add Carthage support by sharing Pod schemes #49
Conversation
6bf574f
to
1a932fb
Compare
@chrs1885 First of all sorry for the late reply. Happy New Year! Thanks for suggesting the alternative solution, however I have tried to install by using Carthage, it wouldn't compile due to this error:
I think the problem is the installed Pods folder wasn't pushed, hence it couldn't be compiled. One solution is to push the installed Pods to the repo. But I'm not sure if it makes sense. I have also made some changes in #48 to be included |
Hi @jefflen. Happy new year to you, too. And thanks for being so patient =) |
e12fddf
to
bada013
Compare
bada013
to
9d4af51
Compare
Hi @chrs1885, sorry for the delay of response as I just came back from a one month long vacation. I have tried adding it in Carthage with the branch I am looking forward this to be released soon and I can skip to add the branch name in my Thanks a lot for your support. |
@jefflen Thank you so much for your support during the last couple of weeks. Finally, Carthage support has been fixed in https://github.com/chrs1885/Capable/tree/1.1.2 🍺 |
Issue information
Alternative to #48 #47 by sharing schemes of the Pods-project.
Goal
Adding Carthage support without explicitly re-adding the Capable project file.
Implementation
Sharing the shemes.
Testing