We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Hello. This error means that image isn't included in application build. Check that cocoapods plugin and Podfile are configured correctly.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: