error: /usr/include/objc/objc-class.h: No such file or directory

Posted on 2013-12-03 17:18  Flex/AS Programmer  阅读(319)  评论(0)    收藏  举报

When i use the example of ShareKit package,i have come across this error:”error: /usr/include/objc/objc-class.h: No such file or directory

Change

#import <objc/objc-class.h>

to

#import <objc/runtime.h>

From the blog entry: error: objc/objc-class.h: No such file or directory

博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3