I am facing an error with sharekit in ios 6 version during the build the application.
Error Description give below -
ShareKit/Core/SHK.m:35:9: '/usr/include/objc/objc-class.h' file not found
Replace
#import </usr/include/objc/objc-class.h>
With
#import <objc/runtime.h>