Search code examples
iphoneobjective-cios6sharekit

Sharekit error ios 6


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


Solution

  • Replace

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

    With

    #import <objc/runtime.h>