Skip to content

iOS .svg does not work #34

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

Open
anaesthez opened this issue Oct 20, 2023 · 1 comment
Open

iOS .svg does not work #34

anaesthez opened this issue Oct 20, 2023 · 1 comment

Comments

@anaesthez
Copy link

when running iOS simulator on multi-modular project lib cannot find rendition for a .svg image while on android app everything works perfectly fine

Uncaught Kotlin exception: kotlin.IllegalStateException: Image filters_icon not found
at 0 PeakMe 0x1024db04f kfun:kotlin.Throwable#(kotlin.String?){} + 123
at 1 PeakMe 0x1024d3eab kfun:kotlin.Exception#(kotlin.String?){} + 119
at 2 PeakMe 0x1024d41d7 kfun:kotlin.RuntimeException#(kotlin.String?){} + 119
at 3 PeakMe 0x1024d46a7 kfun:kotlin.IllegalStateException#(kotlin.String?){} + 119
at 4 PeakMe 0x10262e51f kfun:io.github.skeptick.libres.images#image__at__platform.Foundation.NSBundle(kotlin.String;kotlin.String){}platform.UIKit.UIImage + 867

@Skeptick
Copy link
Owner

Hello. This error means that image isn't included in application build.
Check that cocoapods plugin and Podfile are configured correctly.

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

No branches or pull requests

2 participants