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

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

原文地址:https://www.cnblogs.com/yssgyw/p/3456157.html