QuartzCore.framework问题
我正在尝试使用 QuartzCore Framework,但是当将此框架添加到我的 iPhone 应用程序时,我被告知文件(例如 CIColor.h 等)丢失,但这些丢失的文件存在于我的硬盘上的 /system/library/
下此外对于 QuartzCore 框架,我使用以下框架:cocos2d、cocoa.framework、openGLES.framework、openAL.framework、foundation.framework、UIKit.framework 和 APPKit 框架。
有什么想法可能是错的吗?
I am trying to use QuartzCore Framework but when adding this framework to my iPhone application, I am told that the files (e.g. CIColor.h and others) are missing but those missing files exist on my hard drive under /system/library/
In addition to the QuartzCore Frame work, I am using the following frameworks: cocos2d, cocoa.framework, openGLES.framework, openAL.framework, foundation.framework, UIKit.framework, and APPKit framework.
Any ideas what might be wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您包含了错误的框架。 iPhone 框架位于
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.x.sdk/System/Library/Frameworks
请注意,CoreImage 类(包括 CIColor)不包含在 iPhone 的 QuartzCore 框架中。
You're including the wrong framework. iPhone frameworks are located in
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.x.sdk/System/Library/Frameworks
Note that CoreImage classes (including CIColor) are NOT included in the QuartzCore framework for iPhone.