-
Notifications
You must be signed in to change notification settings - Fork 43
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
[IOS]Crash when app backgrounded #104
Comments
The above NSLog returns the following. My objective c knowledge is awful so if I'm looking at the complete wrong thing, please let me know. |
I'm unable to reproduce this. If anyone meet similar issue, please create a minimal repro. |
One more there, react native 0.69.1, latest version of image kit. Reproducible on simulator and on physical device No expo, IOS 15.4 |
Still seeing this as well but I have little to add other than this appears to happen right after cache is cleared as I see |
Has there been any progress made on this? We've got a build working just fine on iOS 16 that isn't working on iOS 15 |
RN version: 0.66.0
RN-Filter-Kit version: 0.8.0
minimum ios version is 12
Have not checked on Android
Bare workflow with expo-modules installed
As soon as app is moved to background an NSException gets thrown.
Exception NSException * "*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]" 0x00000002838899b0
I've tracked via breakpoint in xCode to IFKImageFilter.m at line 171
Our utilization in component is as follows
The text was updated successfully, but these errors were encountered: