I have tried to include webp instead of png but the app didn't recognize it and crashed
error :
Thread 4: Fatal error: test.webp not found.
ps. I have export the webp from Pixelmator
Make sure that the webp file has been added to the WAStickersThirdParty target.
Yes i have added it
Where did you save the "test.webp" file? Did you create any additional folders in your Xcode project to save the image in?
I have not create or edited any thing i have just placed the file Inside SampleStickers folder
Xcode debug throw the error here
catch StickerPackError.fileNotFound {
fatalError("\(filename) not found.")
also I have tried to change the extension from .webp to .Webp but no lock



Make sure you've checked the box in Target Membership
Make sure you've checked the box in
Target Membership
Yes It solve the problem
Most helpful comment
Make sure that the webp file has been added to the
WAStickersThirdPartytarget.