-
-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
Hi,
I am bout trying to fixe a bug on nativescript-image-cache-it
some class are ignored by the runtime with the metadata filtering ?
There are a lot of class included but the SDAnimatedImageView not, the problem that it is not excluded or something, it does not appear in the stderr at all !
I've tried several runtime version and still the same ! but the plugin worked before !
this is the file :
{
"uses": [
"SDWebImage.*:*", // I've added this line
"SDWebImage*:*",
"Metal.MTLDevice:*",
"CoreImage.CIContext:*",
"CoreImage.CIColor:*",
"CoreImage.CIFilter:*",
"CoreImage.CIImage:*",
"CoreImage.CIVector:*",
"Dispatch*:*",
"Darwin*:*",
"ObjectiveC*:*",
"ObjectiveCRuntime*:*",
"OpenGLES*:*",
"nsswiftsupport:ImageCacheItUtils*"
]
}
Metadata
Metadata
Assignees
Labels
No labels