You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have such code in my photo file, i can compile it into swift file and everything ok
message Subject {
oneof subjects {
string maths = 1;
string physics = 2;
Informatics informatics = 3;
}
}
But when i added compiled swift file i got 3 errors on Informatics (Use of undeclared type "Informatics"). Had I done smth wrong? protobuf version is 2.6.1