Skip to content
New issue

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

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

Already on GitHub? # to your account

1.4.0 Unrecognized selector crash #5

Open
nickenilsson opened this issue Sep 13, 2022 · 0 comments
Open

1.4.0 Unrecognized selector crash #5

nickenilsson opened this issue Sep 13, 2022 · 0 comments

Comments

@nickenilsson
Copy link

We are getting a unrecognized selector crash in the new version:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[PeachCollectorEvent sendEventWithType:eventID:properties:context:metadata:]: unrecognized selector sent to class 0x102fdb420'

This is what the crashing call looks like from our side:
PeachCollectorEvent.send(withType: .init(rawValue: "media_end"), eventID: event.metaData.itemId, properties: properties, context: context, metadata: event.metaData.peachMetaData)
where event.metaData.itemId has type String, and event.metaData.peachMetaData has type [String: NSCopying]

RayanArnaout pushed a commit that referenced this issue Sep 13, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant