Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RxDataSources not supported swift version 5.5.2 #408

Open
lugangGit opened this issue Feb 23, 2022 · 2 comments
Open

RxDataSources not supported swift version 5.5.2 #408

lugangGit opened this issue Feb 23, 2022 · 2 comments

Comments

@lugangGit
Copy link

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

@lzhlewis2015
Copy link

lzhlewis2015 commented Mar 7, 2022

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

@lugangGit
Copy link
Author

lugangGit commented Mar 7, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants