-
Notifications
You must be signed in to change notification settings - Fork 264
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
[Bug]: App crashes on launch NSInvalidArgumentException - *** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[1] #1253
Comments
@sachithras Thank you for reporting do you have any more context about what OneSignal methods are being called leading to this crash? Do you know what the missing UUIDs are about? |
We have same crash with a bit more information: #0 (null) in __exceptionPreprocess () Looking at this part in trackInfluenceOpenEvent it does not seem safe, dictionary can't hold nil's which is default line above:
Any idea what's going on and how to fix? |
@emawby Hello. I have the same issue for version 3.12.5 Fatal Exception: NSInvalidArgumentException |
Thank you for reporting we will investigate the issue |
the crash is still
|
What happened?
App crashes at launch, crashes are reported for only one user but multiple times (46 times), error description says
App crashes on launch NSInvalidArgumentException - *** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[1]
Steps to reproduce?
What did you expect to happen?
App should open without crashing
OneSignal iOS SDK version
Release 3.12.3
iOS version
15
Specific iOS version
+ iOS 15.7.3
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: