ios icon indicating copy to clipboard operation
ios copied to clipboard

Metadata filtering - module class ignored by the runtime

Open kefahB opened this issue 5 months ago • 0 comments

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*"
  ]
}

kefahB avatar Mar 28 '24 10:03 kefahB