Skip to content

Metadata filtering - module class ignored by the runtime #245

@kefahB

Description

@kefahB

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions