Skip to content

Build time error #247

@gregoireLem

Description

@gregoireLem

Version of protoc (protoc --version)

3.6.1

Version of ProtocolBuffers.framework

4.0.6

.proto file to reproduce

syntax = "proto3";

message accl {
  double x = 1;
  double y = 2;
  double z = 3;
}

message gyro {
  double x = 1;
  double y = 2;
  double z = 3;
}

message magn {
  double x = 1;
  double y = 2;
  double z = 3;
}

message raw_data_item {
  oneof data {
  	accl accl = 1;
    gyro gyro =2;
  	magn magn = 3;
  }
  uint32 timestamp = 5;
}

Description

I have several build time error (in Xcode 10)

capture d ecran 2018-11-14 a 16 03 09

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions