RxDataSources icon indicating copy to clipboard operation
RxDataSources copied to clipboard

RxDataSources not supported swift version 5.5.2

Open lugangGit opened this issue 3 years ago • 2 comments

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

lugangGit avatar Feb 23 '22 11:02 lugangGit

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

lzhlewis2015 avatar Mar 07 '22 09:03 lzhlewis2015

您好,邮件已收到,稍后查看。

lugangGit avatar Mar 07 '22 09:03 lugangGit