Skip to content

[NSTaggedPointerString name]: unrecognized selector sent to instance 0x83fde7bba641f2be #561

@turbochadplusplus

Description

@turbochadplusplus

I am using Ably Flutter on a mobile application project. When running the app on the iOS emulator on Mac OS, the app crashes with the error:
Thread 1: "-[NSTaggedPointerString name]: unrecognized selector sent to instance 0x83fde7bba641f2be"
The error is getting thrown from ARTRealtime.connect

My flutter code is:
final clientOptions = ably.ClientOptions(
authUrl: 'https://api.medpaid.com/ably/get-token-request',
authMethod: 'GET',
authParams: {
"ClientId": userEmailAddress,
},
);
final realTime = ably.Realtime(options: clientOptions);

Am I missing something?

┆Issue is synchronized with this Jira Task by Unito

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions