Skip to content

NSInvalidArgumentException: NSConcreteMutableAttributedString addAttribute:value:range:: nil value #27

@andrescalco

Description

@andrescalco

Hello y'all!

Currently, I'm seeing an increase of crashes on iOS related to the Wootric library on my application, mostly being on iOS 15+ but with occurrences on iOS 12.5.4:

image

A few info about the installed packages:

"@wootric/react-native-wootric": "1.4.1",
...
"react": "17.0.2",
"react-native": "0.65.1"

Code snippet that is used to show the surveys

import Wootric from "@wootric/react-native-wootric";

Wootric.configureWithClientID(clientId, accountToken);
Wootric.setEndUserEmail(email);
Wootric.setEndUserExternalId(userId);
Wootric.setEndUserCreatedAt(installTime);
Wootric.setEndUserProperties(attributes);
Wootric.showSurvey();

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