Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 4 Preview 4 displays "Build Succeeded" but with errors

Xcode 4 Preview 4 displays "Build Succeeded", as show the image below there are 5 erros. Actually there are more than 5 errors, but it seems that Xcode doesn't build anymore. It happened when i built the project in xcode 3 while the xcode 4 was open with the same project. Anyone have an idea to overcome this bug and reestablish the Xcode??

alt text

I tried to restart the Xcode, restart the mac. I don't know how to clean up the build. The "clean all" option in Product menu is unable.

Thanks in advance.

like image 870
joaocarlospf Avatar asked Dec 05 '10 18:12

joaocarlospf


1 Answers

Follow these steps:

  1. Edit your PCH file
  2. Save it again.
  3. Clean and build
  4. No 4th step.

Hope it helps!

like image 185
NeverHopeless Avatar answered Oct 20 '22 04:10

NeverHopeless