alexiscreuzot / SwiftyGif

High performance GIF engine
MIT License
2.02k stars 212 forks source link

Error: invalidFileName #124

Closed rafsannazmul closed 4 years ago

rafsannazmul commented 4 years ago

Trying to load a gif file to start and stop animating it but every time showing invalidFileName error but my file name was similar to the gif file. I tried renaming the file couple of time but it is not accepting anything even though the name matches the ".gif file". Please help.

alexiscreuzot commented 4 years ago

make sure your file is in the main bundle

Hannanparvez commented 4 years ago

make sure your .gif is not in the xcassests but in the project folder.