mavlink/MAVSDK-Swift

Can't build Mavsdk-Swift with the new Mavsdk-Proto

douglaswsilva opened this issue ยท 3 comments

Repro Steps:

  1. git clone https://github.com/mavlink/MAVSDK-Swift.git --recursive
  2. 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.

Screen Shot 2019-10-17 at 4 22 08 PM

Yes, I can reproduce ๐Ÿ˜•. Having a look.

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 ๐Ÿ˜•.

Nevermind, I think I fixed it. @douglaswsilva would you mind reviewing the PR?