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.

有帮助吗?

解决方案

Import QuarzCore and CoreGraphics frameworks to your project.

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

#import <QuartzCore/QuartzCore.h>
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top