0

I have got some code from my client. I have tried to build that code but it gave following error Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1

There are many frameworks and libraries used in this project.

How can we come to know which file or framework is missing?

BoltClock
  • 700,868
  • 160
  • 1,392
  • 1,356
Gopal Rathod
  • 191
  • 3
  • 13

1 Answers1

2

Are you sure the error is about a framework? If you look closely at the error message in Build Results, there should be more info about it (if you click on a disclosure button on the message's right).

Here's a screenshot from Xcode 3. A detailed error log

Alexei Sholik
  • 7,287
  • 2
  • 31
  • 41
  • 1
    I think Alex more meant you to show us your errors, not just tell us that you have some. Add a screenshot to your question! – deanWombourne Jun 06 '11 at 14:36