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
{{ message }}
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
I'm using SVGAPlayer in my framework. When I archive it and use it other project. After pod installation, I run and got this error. The error at the line #import "GPBProtocolBuffers.h" in file /ProtoFiles/Svga.pbobjc.h. When I comment that import, leave only import <Protobuf/GPBProtocolBuffers.h>. It can build and run normally. So I wonder where to set or define the GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS so it can run to the first if in compiling time.
The text was updated successfully, but these errors were encountered:
I'm using SVGAPlayer in my framework. When I archive it and use it other project. After pod installation, I run and got this error. The error at the line #import "GPBProtocolBuffers.h" in file /ProtoFiles/Svga.pbobjc.h. When I comment that import, leave only import <Protobuf/GPBProtocolBuffers.h>. It can build and run normally. So I wonder where to set or define the GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS so it can run to the first if in compiling time.
The text was updated successfully, but these errors were encountered: