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

Can't integrate with swift5 #100

Open
ryanCool opened this issue Mar 19, 2022 · 0 comments
Open

Can't integrate with swift5 #100

ryanCool opened this issue Mar 19, 2022 · 0 comments

Comments

@ryanCool
Copy link

ryanCool commented Mar 19, 2022

I developed a chat app using SwiftUI and the compiler language in Swift5.

When I build the project, an error is shown as below.

error message

key path value type 'AnyJSON' cannot be converted to contextual type 'JSONCodable'


error related code

    route(router,
          responseDecoder: PresenceResponseDecoder<AnyPresencePayload<AnyJSON>>(),
          custom: requestConfig) { result in
        completion?(result.map(\.payload.payload))

This error locates at setPresence function.

I will give any future information if needed.

Thanks everyone

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

1 participant