I am developing a cocoa application. I use CIFilter and CIImage to apply basic concepts to NSImage.
Therefore, I need to import CoreImage.framework . But I do not get the framework in the folders of the developer library. I am looking for a structure in /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 CoreImage.framework does not exist.
Can anyone help me add CoreImage.framework to my code?
Thanks, iPHoneDv
source share