How can I add Core Animation framework to my Xcode project?
Asked Answered
K

4

15

I just can't find that framework for adding it. Any ideas?

Kassandrakassaraba answered 8/4, 2009 at 8:47 Comment(0)
G
31

Add the QuartzCore framework. It contains CoreAnimation.

Grunt answered 8/4, 2009 at 8:56 Comment(0)
D
10

Also, make sure that you do an

#import <QuartzCore/QuartzCore.h>

before using any Core-Animation-specific classes, etc.

Derogatory answered 8/4, 2009 at 12:38 Comment(0)
H
7

You need to add the QuartzCore framework to your project.

Hilltop answered 8/4, 2009 at 8:56 Comment(0)
I
1
  1. Click on your project in project navigator.
  2. Click on the target.
  3. Click on "build phases" tab.
  4. Expand "Link Binary with Libraries".
  5. Click "+" to add.
Iodate answered 5/7, 2011 at 18:56 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.