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.
I got that fixed (had moved Xcode into the Apps folder!)... now I'm getting a new message "unable to find output file". I have to go to work now, so I will update this when I get home. I have all the screen shots and will generate the output (-v -v -v) and send you the url's where you can find everything. By the way, this happens on Hello, World in addition to my first app.
Thank you so much for your help... I have been fighting this for over 3 weeks now, and really, really want to get my first app submitted.
精彩评论