2

I am getting the following error in the file Reachability.h. I have the required framework. What else do I need to do? This is an app made in Xcode3 and I am trying to import in Xcode4.

enter image description here

enter image description here

Ava
  • 5,783
  • 27
  • 58
  • 86
  • http://three20.info/article/2011-03-10-Xcode4-Support. Whats the correct syntax for these `"$(BUILT_PRODUCTS_DIR)/../three20" "$(BUILT_PRODUCTS_DIR)/../../three20" ` – Ava Mar 13 '12 at 15:10
  • I see the SystemConfiguration framework is listed in the project group; but can you check that it is linked (Target > Build Phases > Link Binary With Libraries)? – FluffulousChimp Mar 13 '12 at 16:02
  • Yes I dragged it from there only. – Ava Mar 13 '12 at 17:26

1 Answers1

2

Re-installing Xcode removed the error.

Ava
  • 5,783
  • 27
  • 58
  • 86
  • 1
    I had the identical error. Tried everything. Reinstalling Xcode did indeed solve it. Thanx for the suggestion. – SmileBot Oct 12 '14 at 21:52
  • 1
    In case anyone having this issue sees this answer and is wondering if it's still valid, I had this issue in Xcode 6 Beta 2 and reinstalling fixes it. – Ben Pious Oct 15 '14 at 22:30