Hello,
Is there a way to suppress the warnings provided by TwitterKit 3.1.1. I have “treat errors as warnings” and would prefer not to turn this off. I’ve tried suppressing the warnings when installing from coacopods and also when importing the class.
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wobjc-property-no-attribute"
#import <TwitterKit/TwitterKit.h>
#pragma clang diagnostic pop
Thanks,
Larry