protobuf-objc icon indicating copy to clipboard operation
protobuf-objc copied to clipboard

case sensitive in import protobuf header file

Open ducbm-belive opened this issue 4 years ago • 0 comments

#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? 😄

ducbm-belive avatar Sep 18 '20 06:09 ducbm-belive