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

后端 未结 5 371
旧时难觅i
旧时难觅i 2021-02-02 16:02

I am facing the issue while compiling my iphone project with ShareKit Integrated .I was working on that , everything was working fine till now , all of a sudden now its giving m

5条回答
  •  野的像风
    2021-02-02 16:52

    Import

    #import < Objc/message.h >

    #import < objc/runtime.h >

    Imstead OF

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

    And Change the Deployment Target to 7.0 and It has worked for Me.

提交回复
热议问题