My project compiles correctly in xcode12 on my machine.
The configuration to correct this double quote error has already been made, (which is to set this field below in the xcode CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO) but the bitrise continues to give this error. I would like to try to understand why and also understand why bitrise did not use the xcode variable I set up for this.
I need help with this because I already tried several solutions but the bitrise keeps giving me this error.
ps. sorry about my English.
Error ocurred:
/Users/vagrant/git/Pods/Target Support Files/nanopb/nanopb-umbrella.h:22:9: double-quoted include “pb_common.h” in framework header, expected angle-bracketed instead [-Werror,-Wquoted-include-in-framework-header]
#import “pb_common.h”
^~~~~~~~~~~~~
/Users/vagrant/git/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h:22:10: could not build module ‘nanopb’
#include <nanopb/pb.h>