I'm having trouble adding Facebook Connect to my iPhone Project. Here's the directory structure:
-> MyProject
----> MyProject.xcodeproj
----> fbconnect-iphone
----> build/
----> <other files and folders>
As directed,
As directed,
I used "Build" button to check if everything is fine so far. It wasn't/isn't. It give me 16 warnings and 101 errors.
What am i missing here? I'm using iPhone SDK 3.0. Xcode 3.1.3.
Regards.
Somehow the relative path "../../fbconnect-iphone/src" is not working, but absolute path does the trick. I still wonder if all this hassle can be avoided.