Tweak the error message as the generate is in the core binary these days.
This commit is contained in:
parent
20b4e84f42
commit
536059e569
@ -4,7 +4,7 @@
|
||||
#import "GPBProtocolBuffers.h"
|
||||
|
||||
#if GOOGLE_PROTOBUF_OBJC_GEN_VERSION != 30000
|
||||
#error This file was generated by a different version of protoc-gen-objc which is incompatible with your Protocol Buffer sources.
|
||||
#error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
|
||||
#endif
|
||||
|
||||
// @@protoc_insertion_point(imports)
|
||||
|
@ -4,7 +4,7 @@
|
||||
#import "GPBProtocolBuffers.h"
|
||||
|
||||
#if GOOGLE_PROTOBUF_OBJC_GEN_VERSION != 30000
|
||||
#error This file was generated by a different version of protoc-gen-objc which is incompatible with your Protocol Buffer sources.
|
||||
#error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
|
||||
#endif
|
||||
|
||||
// @@protoc_insertion_point(imports)
|
||||
|
@ -4,7 +4,7 @@
|
||||
#import "GPBProtocolBuffers.h"
|
||||
|
||||
#if GOOGLE_PROTOBUF_OBJC_GEN_VERSION != 30000
|
||||
#error This file was generated by a different version of protoc-gen-objc which is incompatible with your Protocol Buffer sources.
|
||||
#error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
|
||||
#endif
|
||||
|
||||
// @@protoc_insertion_point(imports)
|
||||
|
@ -4,7 +4,7 @@
|
||||
#import "GPBProtocolBuffers.h"
|
||||
|
||||
#if GOOGLE_PROTOBUF_OBJC_GEN_VERSION != 30000
|
||||
#error This file was generated by a different version of protoc-gen-objc which is incompatible with your Protocol Buffer sources.
|
||||
#error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
|
||||
#endif
|
||||
|
||||
// @@protoc_insertion_point(imports)
|
||||
|
@ -4,7 +4,7 @@
|
||||
#import "GPBProtocolBuffers.h"
|
||||
|
||||
#if GOOGLE_PROTOBUF_OBJC_GEN_VERSION != 30000
|
||||
#error This file was generated by a different version of protoc-gen-objc which is incompatible with your Protocol Buffer sources.
|
||||
#error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
|
||||
#endif
|
||||
|
||||
// @@protoc_insertion_point(imports)
|
||||
|
@ -4,7 +4,7 @@
|
||||
#import "GPBProtocolBuffers.h"
|
||||
|
||||
#if GOOGLE_PROTOBUF_OBJC_GEN_VERSION != 30000
|
||||
#error This file was generated by a different version of protoc-gen-objc which is incompatible with your Protocol Buffer sources.
|
||||
#error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
|
||||
#endif
|
||||
|
||||
// @@protoc_insertion_point(imports)
|
||||
|
@ -4,7 +4,7 @@
|
||||
#import "GPBProtocolBuffers.h"
|
||||
|
||||
#if GOOGLE_PROTOBUF_OBJC_GEN_VERSION != 30000
|
||||
#error This file was generated by a different version of protoc-gen-objc which is incompatible with your Protocol Buffer sources.
|
||||
#error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
|
||||
#endif
|
||||
|
||||
// @@protoc_insertion_point(imports)
|
||||
|
@ -4,7 +4,7 @@
|
||||
#import "GPBProtocolBuffers.h"
|
||||
|
||||
#if GOOGLE_PROTOBUF_OBJC_GEN_VERSION != 30000
|
||||
#error This file was generated by a different version of protoc-gen-objc which is incompatible with your Protocol Buffer sources.
|
||||
#error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
|
||||
#endif
|
||||
|
||||
// @@protoc_insertion_point(imports)
|
||||
|
@ -4,7 +4,7 @@
|
||||
#import "GPBProtocolBuffers.h"
|
||||
|
||||
#if GOOGLE_PROTOBUF_OBJC_GEN_VERSION != 30000
|
||||
#error This file was generated by a different version of protoc-gen-objc which is incompatible with your Protocol Buffer sources.
|
||||
#error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
|
||||
#endif
|
||||
|
||||
// @@protoc_insertion_point(imports)
|
||||
|
@ -4,7 +4,7 @@
|
||||
#import "GPBProtocolBuffers.h"
|
||||
|
||||
#if GOOGLE_PROTOBUF_OBJC_GEN_VERSION != 30000
|
||||
#error This file was generated by a different version of protoc-gen-objc which is incompatible with your Protocol Buffer sources.
|
||||
#error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
|
||||
#endif
|
||||
|
||||
// @@protoc_insertion_point(imports)
|
||||
|
@ -4,7 +4,7 @@
|
||||
#import "GPBProtocolBuffers.h"
|
||||
|
||||
#if GOOGLE_PROTOBUF_OBJC_GEN_VERSION != 30000
|
||||
#error This file was generated by a different version of protoc-gen-objc which is incompatible with your Protocol Buffer sources.
|
||||
#error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
|
||||
#endif
|
||||
|
||||
// @@protoc_insertion_point(imports)
|
||||
|
@ -95,7 +95,7 @@ void FileGenerator::GenerateHeader(io::Printer *printer) {
|
||||
// code is being compiled with.
|
||||
printer->Print(
|
||||
"#if GOOGLE_PROTOBUF_OBJC_GEN_VERSION != $protoc_gen_objc_version$\n"
|
||||
"#error This file was generated by a different version of protoc-gen-objc which is incompatible with your Protocol Buffer sources.\n"
|
||||
"#error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.\n"
|
||||
"#endif\n"
|
||||
"\n",
|
||||
"protoc_gen_objc_version",
|
||||
|
Loading…
Reference in New Issue
Block a user