SDWebImage / SDWebImageAVIFCoder

A SDWebImage coder plugin to support AVIF(AV1 Image File Format) image
MIT License
55 stars 14 forks source link

ColorSpace.h not found in Conversion.m #27

Closed pol2095 closed 3 years ago

pol2095 commented 3 years ago

Hello,

when I compile the mac example in Xcode, I have this error :

/Users/user/Library/Developer/Xcode/DerivedData/SDWebImageAVIFCoder-ctahr/SourcePackages/checkouts/SDWebImageAVIFCoder/SDWebImageAVIFCoder/Classes/Conversion.m:15:9: ‹ ColorSpace.h › file not found

ColorSpace.h is missing in SDWebImageAVIFCoder dependency

Thanks