RxDataSources
RxDataSources copied to clipboard
RxDataSources not supported swift version 5.5.2
RxDataSources this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.5 (swiftlang-130)', while this compiler is 'Apple Swift version 5.5.2
NSInteger RX_number_of_dynamic_subclasses() {
__block NSInteger count = 0;
[[RXObjCRuntime instance] performLocked:^(RXObjCRuntime * __nonnull self) {
count = self.dynamicSubclassByRealClass.count;
}];
return count;
}
while building the rxdatasource , the sub dependency rxcoca throws error as
This old-style function definition is not preceded by a prototype
您好,邮件已收到,稍后查看。