【问题标题】:Error after creating static library in xcode 4.2在 xcode 4.2 中创建静态库后出错
【发布时间】:2011-11-02 09:32:54
【问题描述】:

我已经使用 Xcode 4.2 为 iOS 创建了一个静态库并添加了 UIKit 框架,但是在构建库时,我收到了 UIImage 类和 UIWebDelegate 的错误消息:

解析问题预期类型

请建议我如何在静态库中使用 xcode 4.2 中的 UIKit 框架。

【问题讨论】:

    标签: xcode xcode4.2


    【解决方案1】:

    听起来你好像错过了#import <UIKit/UIKit.h>

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-11-18
      • 2014-09-28
      • 1970-01-01
      • 2012-01-28
      • 2011-12-07
      • 1970-01-01
      • 2012-03-19
      • 1970-01-01
      相关资源
      最近更新 更多