0

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!

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
wgpubs
  • 8,131
  • 15
  • 62
  • 109

1 Answers1

0

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

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

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

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
wgpubs
  • 8,131
  • 15
  • 62
  • 109