I guess I’m not linking the Facebook SDK properly with my project. Here’s the error I get:
clang: error: no such file or directory: '/Users/username/Library/Developer/Xcode/DerivedData/Whatto-fotukpkslfnxvzbjmykxitdwkyds/Build/Products/Debug-iphonesimulator/libfacebook_ios_sdk.a'
This is an ARC iOS project. Any help would be great.
fyi: the Facebook libfacebook_ios_sdk.a library is red in the Build Phases/Link Binary With Libraries area under Project targets.
thanks
I would suggest dragging and dropping the library in the Project Navigator, then doing a clean followed by a build.