Facebook iOS SDK - How to build static library for Xcode 4.3?

前端 未结 3 427
感情败类
感情败类 2021-01-05 18:02

I\'m integrating Facebook to my iOS ARC app by following instructions in this link. i\'m stuck at building static library step.

https://developers.facebook.com/docs

3条回答
  •  無奈伤痛
    2021-01-05 18:51

    just edit "build_facebook_ios_sdk_static_lib.sh" with TextEdit

    and change:

    XCODEBUILD_PATH=/Developer/usr/bin
    

    to:

    XCODEBUILD_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin
    

    and run :build_facebook_ios_sdk_static_lib.sh from the shell , it will be work

提交回复
热议问题