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
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