When compiling with Xcode 13.4.1 we get the following compiler warning (see below)
…/Pods/SnowplowTracker/Snowplow/Internal/Emitter/SPEmitterControllerImpl.m:28:17: Auto property synthesis will not synthesize property ‘customRetryForStatusCodes’ declared in protocol ‘SPEmitterConfigurationProtocol’
In the above implementation file you are synthesizing a number of protocol properties e.g (see below) but have omitted ‘customRetryForStatusCodes’
@synthesize bufferOption;
@synthesize byteLimitGet;
@synthesize byteLimitPost;
@synthesize emitRange;
@synthesize threadPoolSize;