SwiftLightning icon indicating copy to clipboard operation
SwiftLightning copied to clipboard

Xcode does not build generated Protobuf

Open caffeinum opened this issue 6 years ago • 2 comments

image

This change made it build:

image

Though I am not sure how to fix that, as these files are autogenerated?

caffeinum avatar Sep 09 '18 14:09 caffeinum

@caffeinum take a look at this closed issue to let me know if it looks like what you’re experiencing: https://github.com/biscottigelato/SwiftLightning/issues/17

It looks similar to something I ran into, and you can see the PR related to it I opened up that got merged in: https://github.com/biscottigelato/SwiftLightning/pull/21

Let me know if that doesn’t work for you or if your issue is not related though for sure-

reez avatar Sep 15 '18 15:09 reez

I think this is a mismatch between the GRPC/Protobuf Pods and the GRPC/Protocol plug-ins you have. I was trying to upgrade everything to v0.5 and was hitting the same thing when trying to regenerate the .proto files

biscottigelato avatar Sep 19 '18 19:09 biscottigelato