CoreImage.framework not found
Asked Answered
H

2

5

I'm developing a cocoa application. I'm using CIFilter, and CIImage for applying core concepts in NSImage.

So I need to import CoreImage.framework. But I'm not getting the framework in my developer library folders. I'm searching the framework at /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks

and

/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks

But the CoreImage.framework is not there.

Can anyone please help me for adding CoreImage.framework in my code?

Thanks, iPHoneDv

Hedley answered 8/10, 2012 at 5:13 Comment(0)
L
23

Apple's documentation isn't super helpful in this regard, but you'll find CoreImage.framework hiding within QuartzCore.framework

So add "QuartzCore.framework" to your project and you should be all set.

Leibowitz answered 8/10, 2012 at 5:17 Comment(0)
M
2

Import QuartzCore.framework

Library/Frameworks/QuartzCore.framework
Morph answered 8/10, 2012 at 5:17 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.