0.59.0 was released today and when I'm trying to build I get
error: Build input file cannot be found: '<.......>/app/node_modules/react-native-fast-image/ios/Vendor/SDWebImage/SDWebImage/UIImage+MemoryCacheCost.m'
Not sure what information could be useful to troubleshoot it.
Indeed such file does not exist
Here is list of files from SDWebImage
FLAnimatedImage SDWebImageCoder.h SDWebImageGIFCoder.m UIImage+ForceDecode.m
MKAnnotationView+WebCache.h SDWebImageCoder.m SDWebImageImageIOCoder.h UIImage+GIF.h
MKAnnotationView+WebCache.m SDWebImageCoderHelper.h SDWebImageImageIOCoder.m UIImage+GIF.m
NSButton+WebCache.h SDWebImageCoderHelper.m SDWebImageManager.h UIImage+MultiFormat.h
NSButton+WebCache.m SDWebImageCodersManager.h SDWebImageManager.m UIImage+MultiFormat.m
NSData+ImageContentType.h SDWebImageCodersManager.m SDWebImageOperation.h UIImage+WebP.h
NSData+ImageContentType.m SDWebImageCompat.h SDWebImagePrefetcher.h UIImage+WebP.m
NSImage+WebCache.h SDWebImageCompat.m SDWebImagePrefetcher.m UIImageView+HighlightedWebCache.h
NSImage+WebCache.m SDWebImageDownloader.h SDWebImageTransition.h UIImageView+HighlightedWebCache.m
SDAnimatedImageRep.h SDWebImageDownloader.m SDWebImageTransition.m UIImageView+WebCache.h
SDAnimatedImageRep.m SDWebImageDownloaderOperation.h SDWebImageWebPCoder.h UIImageView+WebCache.m
SDImageCache.h SDWebImageDownloaderOperation.m SDWebImageWebPCoder.m UIView+WebCache.h
SDImageCache.m SDWebImageFrame.h UIButton+WebCache.h UIView+WebCache.m
SDImageCacheConfig.h SDWebImageFrame.m UIButton+WebCache.m UIView+WebCacheOperation.h
SDImageCacheConfig.m SDWebImageGIFCoder.h UIImage+ForceDecode.h UIView+WebCacheOperation.m
Do you use pod in the project? If yes please try pod update then Rebuild project again.
Most helpful comment
Do you use pod in the project? If yes please try
pod updatethen Rebuild project again.