EGOImageLoading icon indicating copy to clipboard operation
EGOImageLoading copied to clipboard

Undefined symbols for architecture i386

Open manelpb opened this issue 12 years ago • 1 comments

Hello,

I am getting this error message when using EGOImageLoading

Undefined symbols for architecture i386: "OBJC_CLASS$_EGOCache", referenced from: objc-class-ref in EGOImageLoader.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)

What can i do?

Thanks!

manelpb avatar May 28 '12 02:05 manelpb

add EGOCache.h & EGOCache.m files to your project. see https://github.com/enormego/EGOCache

ziggear avatar Oct 21 '13 08:10 ziggear