-
Notifications
You must be signed in to change notification settings - Fork 420
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
[WIP] Add support for Carthage through xcodegen #336
Conversation
Thank you! Could you please also add tooling to generate the Xcode project? Also, I assume the Carthage project will also need to be committed? In terms of the error, my suspicion would be that those internal headers should not be marked "public" to avoid duplicating them. I think this is one of the reasons why the BoringSSL Podspec is fairly elaborate. |
254f6f9
to
5283c18
Compare
Thanks a lot, now BoringSSL builds! Moving to CgRPC, I get the following errors:
Any idea? |
Some progress here for CgRPC:
@sbarow: I am trying to do that in the project.yml, but I'm not very successful so far. So I'm open to suggestions :-) |
Well, I'm lost. I don't know why I can't make CgRPC build, I don't know if xcodegen can do what I need at all, I spent way too much time on that and I'm fed up. Just for the record before I give up: I tried to make xcodegen generate the same Build Phases as my previous solution with
But it doesn't do what I want at all, it seems like xcodegen doesn't have recursive matching capabilities and I'm not even sure I am going in the right direction. |
Trying to implement a solution for #329.
FYI: @MrMage, @sbarow, @ishkawa
I get an error saying:
I'm stuck there, I have absolutely no idea what's happening.