SwiftLightning
SwiftLightning copied to clipboard
Xcode does not build generated Protobuf
This change made it build:
Though I am not sure how to fix that, as these files are autogenerated?
@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-
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