My project is running fine up to xcode version 4.3, when I updated it to version 4.4 it shows failed without any error on building the code, I have tried searching over Google and try every possible step but not able to solve my problem.
Asked
Active
Viewed 2,049 times
1
-
Provide some more details on what the error is that you are seeing. – Gambit Jul 31 '12 at 06:26
-
it doesn't showing any error, on building it just failed – Manish Agrawal Jul 31 '12 at 06:27
-
close xcode, quit xcode . then reopen it. sometimes it happns. maybe it will help you. – ChintaN -Maddy- Ramani Jul 31 '12 at 06:30
-
@Chinttu I have already tried that, no success. – Manish Agrawal Jul 31 '12 at 06:31
-
Also try doing a clean, and deleting the Derived Data. Hard to diagnose without any info about the project. Also, give this a read if you haven't already to see if any of these solutions help: http://stackoverflow.com/questions/5363564/xcode-4-build-failed-no-issues – Gambit Jul 31 '12 at 06:38
-
Are you still on lion or mountain lion? – danielbeard Jul 31 '12 at 07:06
2 Answers
4
I have solved my problem by installing command line tools from
XCode > Preferences > Downloads > Components > command line tools.

Manish Agrawal
- 10,958
- 6
- 44
- 76
-
-
@Mayank can you please tell how you find your issue using command line tool? it would be very helpful. – Vishal's p May 24 '13 at 05:34
-
I haven't found any issue, just installing command line tools solve the issue. – Manish Agrawal May 24 '13 at 07:05
4
I had this issue. I didn't realise I had somehow filtered the errors by a single space at the bottom of the errors tab :(. Removing the filter at the bottom of the errors page sorted it all out.

Gooshy
- 101
- 1
- 6