I'm trying to add an objective C library for toasts to my xcode project. But I'm getting a number of these errors:
"Cannot find interface declaration for 'UIView'"
"Expected a type"
I have linked with the QuartzCore.framework. And the .m file has been added to compile sources. What am I missing? I'm a newbie to ios. Please help.