I'm getting an error when trying to build a project on the newly-released Xcode 12 beta 4: Incompatible block pointer types sending 'void (^)(ParseClientConfiguration *__strong)' to parameter of type 'void (^ _Nonnull)(id<ParseMutableClientConfiguration> _Nonnull __strong)' The error doesn't happen with beta 3 or earlier. I have the SDK integrated via CocoaPods.