views:

168

answers:

1

As far as I can tell I've followed the instructions perfectly ... and yet I am getting 102 errors and build failed when I attempt to build my iPhone application project in XCode.

I'm using XCode 3.2.2.

What am I missing???

This is driving me mad!

* UPDATE *

Ok ... I was able to get this working by doing the following:

  1. Double-click the application name under "Targets"
  2. Click on "Build"
  3. Under "Header Search Paths" add .. ../../Frameworks/fbconnect-iphone/src

So ... how come this DOES NOT WORK when, per the instructions, I set the "Header Search Paths" information via "Project > Project Settings"????

A: 

See update above. You have to work from the TARGET rather than Project > Project Settings

wgpubs