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

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
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