【问题标题】:ShareKit missing fileShareKit 缺少文件
【发布时间】:2012-04-19 20:26:05
【问题描述】:

我在 xcode 4 中有一个功能完善的应用程序。

一旦我将框架和 shk 文件夹添加到我的项目中 我收到 6 个错误,首先是;

#import </usr/include/objc/objc-class.h> file not found

我试过了

iPhone - ShareKit , SHK.m giving the compiler error for FileNot Found

但还是一样...

问候 米尔扎

【问题讨论】:

    标签: iphone objective-c social-networking


    【解决方案1】:

    您使用的是 xcode 4.3 吗?如果是,那么只需替换

    #import </usr/include/objc/objc-class.h>
    

    这个和

    #import <objc/runtime.h>
    

    【讨论】:

      猜你喜欢
      • 2011-03-04
      • 2016-10-21
      • 2014-12-17
      • 2012-11-23
      • 2016-02-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多