Static build not building for facebook ios app

=== BUILDING NATIVE TARGET facebook-ios-sdk OF PROJECT facebook-ios-sdk WITH CONFIGURATION Release ===
Checking Dependencies…
error: There is no SDK with specified name or path ‘Unknown Path’
** BUILD FAILED **
iOS Simulator build failed
If you are getting this error, you need to go to the script:
./build_facebook_ios_sdk_static_lib.sh
alter the path as shown below:
[sourcecode lang=”cpp”]
# The Xcode bin path if [ -d "/Developer/usr/bin" ]; then # < XCode 4.3.1 XCODEBUILD_PATH=/Developer/usr/bin else # >= XCode 4.3.1, or from App store XCODEBUILD_PATH=/Applications/XCode.app/Contents/Developer/usr/bin fi echo "***************" XCODEBUILD_PATH=/Applications/XCode.app/Contents/Developer/usr/bin echo $XCODEBUILD_PATH XCODEBUILD=$XCODEBUILD_PATH/xcodebuild
[/sourcecode]
This will build your facebook static library.

Leave a Reply

Your email address will not be published. Required fields are marked *