I have written a clean app (Hello, World) which builds correctly using Debug|Simulator and Release|Simulator configurations. When I try to build using any of the Release configurations, it errors out, saying “No output”.
Where do I start looking? (it can’t get any simpler than Hello, World, can it?)
This is expected if you have built it with release mode and haven’t used the provisioning license but the production one (Apple won’t let you distribute across phones this way, you need to do it ‘adhoc’).
Try rebuilding with the provisioning license and it should deploy correctly.