我正在开发一个可可应用程序。我正在使用 CIFilter 和 CIImage 在 NSImage 中应用核心概念。
所以我需要导入CoreImage.framework
. 但是我没有在我的开发人员库文件夹中获取框架。我在 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks 搜索框架
和
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks
但是 CoreImage.framework 不存在。
任何人都可以帮我在我的代码中添加 CoreImage.framework 吗?
谢谢,iPHoneDv