Xcode – Importing wrong package when autogenerating code using proto buff (.proto files)
So I am working on a project using proto buff where I need to generate golang code using .proto files. My issue is that it is importing wrong package when I generate golang code. So this is how my project…