Skip to content
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

Metadata filtering - module class ignored by the runtime #245

Closed
kefahB opened this issue Mar 28, 2024 · 0 comments · Fixed by #248
Closed

Metadata filtering - module class ignored by the runtime #245

kefahB opened this issue Mar 28, 2024 · 0 comments · Fixed by #248

Comments

@kefahB
Copy link

kefahB commented Mar 28, 2024

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*"
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant