protobuf-objc
protobuf-objc copied to clipboard
case sensitive in import protobuf header file
#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
#import <Protobuf/GPBProtocolBuffers.h>
#else
#import "GPBProtocolBuffers.h"
#endif
This code is in Svga.pbobjc.h file. I failed to build my project until I change the P in Protobuf into p. Anyone face this issue before? 😄