Can't build Mavsdk-Swift with the new Mavsdk-Proto
douglaswsilva opened this issue ยท 3 comments
douglaswsilva commented
Repro Steps:
- git clone https://github.com/mavlink/MAVSDK-Swift.git --recursive
- bash tools/generate_from_protos.bash
Then try to open the project and compile.
Some of the enums will be empty + some other errors that will fail the build in the Mavsdk-swift project.
JonasVautherin commented
Yes, I can reproduce ๐. Having a look.
JonasVautherin commented
I'll have to continue next week. What I changed fairly recently is that I added the documentation in the proto files. I'm wondering if that could be the root cause ๐.
@unipheas: FYI, in case you also try to generate code ๐.
JonasVautherin commented
Nevermind, I think I fixed it. @douglaswsilva would you mind reviewing the PR?