Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Swift cocoa pods issue "Use of unresolved identifier"

I started faced with very often problem for me is:

Use of unresolved identifier ''

So I want to use this library in my Swift project, but seems my project does not see files.

when I try to use AnimatableImageView object I get Use of unresolved identifier 'AnimatableImageView'

like image 398
Matrosov Oleksandr Avatar asked Oct 19 '22 03:10

Matrosov Oleksandr


1 Answers

"Edit your build settings and add "Other Linker Flags" = "-ObjC""

Else, use "import Gifu". this should work.

like image 85
Aymen BRomdhane Avatar answered Oct 20 '22 22:10

Aymen BRomdhane