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

前端 未结 3 436
感情败类
感情败类 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 19:07

    If you have an Apple Developer Account, log into http://developer.apple.com/mac and then navigate to https://developer.apple.com/downloads/index.action

    In there, you'll find "Command Line Tools for Xcode". Download that and you'll have the ability to build stuff easily from the command line again (which is what I suspect the "build_facebook_ios_sdk_static_lib.sh" shell script needs).

提交回复
热议问题