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