Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

I have just signed up for the Apple Developer Program (ADC), and did all that is necessary to make an app run on the device itself.

I created an empty project and succeeded in running it on my device.

I am using RouteMe for my project, and inside my project are several sub projects.
The problem now, is after I build the project, I can run it on the Simulator, but not on the device.

enter image description here

It is weird that no reason is given. Anyone knows what this could be?

Thanks!

share|improve this question
Questions about programming, development, and listing your apps on the App Store are off topic for Ask Different. – Daniel Lawson Jun 27 '12 at 10:59

closed as off topic by Mark, Daniel Lawson Jun 27 '12 at 10:59

Questions on Ask Different are expected to relate to Apple hardware or software within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Take a look at the build log. This will show the error causing the build to be marked as failed.

Xcode > View (menu) > Navigators > Show Log Navigator

Within the log navigator, click on the last build. You will be presented with the build steps; control-click on one of the steps and select Expand All Transcripts.

At this point, you will see everything the build system did and the output from each command. The error will be within this text.

share|improve this answer
Great ! thanks! – Ted Jun 28 '12 at 7:48

Not the answer you're looking for? Browse other questions tagged or ask your own question.