swiftgif / SwiftGif

[UNMAINTAINED] 🌠 A small UIImage extension with gif support
MIT License
1.33k stars 306 forks source link

SwiftGif: This image named "xxx" does not exist #67

Open MohmmadSawalha-ios opened 6 years ago

MohmmadSawalha-ios commented 6 years ago

i just cant load anything ,,
xcode :Version 9.0 (9A235)

edwardbc commented 6 years ago

Did you verify that the "xxx" value you're using matches the image on your assets? Can you provide a sample of your code?

d4rkm1nd54 commented 6 years ago

Same here! The name is the same than xassets, and even changing the name. Always receives this message

d4rkm1nd54 commented 6 years ago

Solved taking the gif out of the assets folder

tanukiti1987 commented 6 years ago

Is this the same problem? https://github.com/bahlo/SwiftGif/issues/66

d4rkm1nd54 commented 6 years ago

@tanukiti1987 Yeap!

pawargb commented 6 years ago

Solved taking the gif out of the assets folder

What do you mean by "taking the gif out of the assets folder" ???