FFImageLoading icon indicating copy to clipboard operation
FFImageLoading copied to clipboard

Image loading failed: xf_arrow_dropdown

Open thanoue opened this issue 3 years ago • 1 comments

🐛 Bug Report

I got one error on the output, it doesn't make the app crashed, but I still wonder why it happended

Expected behavior

Reproduction steps

I run on xamarin forms - ios application. When it navigates to a page that got a CachedImage control, it logs a bug on output : Image loading failed: xf_arrow_dropdown System.IO.FileNotFoundException: xf_arrow_dropdown at FFImageLoading.DataResolvers.BundleDataResolver.Resolve (System.String identifier, FFImageLoading.Work.TaskParameter parameters, System.Threading.CancellationToken token) [0x001ee] in C:\projects\ffimageloading\source\FFImageLoading.Shared.IosMac\DataResolvers\BundleDataResolver.cs:47 at FFImageLoading.DataResolvers.WrappedDataResolver.Resolve (System.String identifier, FFImageLoading.Work.TaskParameter parameters, System.Threading.CancellationToken token) [0x0004e] in C:\projects\ffimageloading\source\FFImageLoading.Common\DataResolvers\WrappedDataResolver.cs:21 at FFImageLoading.Work.ImageLoaderTask`3[TDecoderContainer,TImageContainer,TImageView].RunAsync () [0x0032d] in :0

Configuration

Version: lastest version

Platform:

  • [x] :iphone: iOS
  • [x] :robot: Android
  • [ ] :checkered_flag: WPF
  • [ ] :earth_americas: UWP
  • [ ] :apple: MacOS
  • [ ] :tv: tvOS
  • [ ] :monkey: Xamarin.Forms

thanoue avatar Aug 02 '21 10:08 thanoue

What have you done to try to solve this? Immediate warning bell:

System.IO.FileNotFoundException: xf_arrow_dropdown

  • How are you referencing the file in your XAML file/C# UI code?
  • Where is the file "xf_arrow_dropdown" located in your project?
  • Is it set as an EmbeddedResource from the Properties window?

ahoke-cr avatar Aug 18 '21 18:08 ahoke-cr