Question

I'm trying to implement leaves project link is below:

https://github.com/brow/leaves

but there are serverl errors I couldn't find out the issues that why there are so many errors

So would anyone please help me how can i solve this problem

I don't know where I'm doing mistake, I download the zip file and then extract it and run the project that's it.

I'm attaching the screenshot of the errors as well.

enter image description here

You can see the errors in the screenshot.

Was it helpful?

Solution

Import QuarzCore and CoreGraphics frameworks to your project.

Add this your .h file of the class that causes the errors:

#import <QuartzCore/QuartzCore.h>
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top