MGTwitterEngine for Iphone SDK errors

后端 未结 5 1847
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-01 03:49

I\'m trying to get MGTwitterEngine to work for the iPhone SDK. I\'ve followed the read me below and now I keep getting the following errors:

TCDownload.h: No such f

5条回答
  •  佛祖请我去吃肉
    2021-01-01 04:36

    On mac, you can use port (See how to install here)

    After install simply type in terminal :

    sudo port install yajl

    And like ttvd say before:

    In your xcode project:

    Add libyajl.dylib or libyajl_s.a (dynamic/static - whichever you prefer, either should be located in /usr/local/lib/) to 'external frameworks and libraries' in your project tree. In project settings add "/usr/local/include/yajl/" and (possibly) "/usr/local/include/" to Header Search Paths (in Search Paths section).

提交回复
热议问题