iPhone: Failed to launch simulated application: Unknown error. - Stack Overflow most recent 30 from stackoverflow.com2009-12-06T21:01:28Zhttp://stackoverflow.com/feeds/question/779115http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/779115/iphone-failed-to-launch-simulated-application-unknown-error0iPhone: Failed to launch simulated application: Unknown error.Schubert2009-04-22T20:37:01Z2009-11-20T07:15:14Z
<p>This is a new iPhone project, only 1 target (different from <a href="http://stackoverflow.com/questions/717453/multiple-targets-in-xcode-failed-to-launch-simulated-application-unknown-error">this question</a>)</p>
<p>On build we get:</p>
<pre><code>Failed to launch simulated application: Unknown error.
</code></pre>
<p>The google again gives us nothing, lots of people have encountered this and there are lots of crazy ideas to try "oh clean the build", "clear the cache", "twiddle this flag" and none of them work and work consistently. We can reproduce this on two different machines with SDK 2.2.1 and 3.0 beta. Not the install on the machines since other iphone projects work just fine so we believe it has something to do with the config of this particular project but after combing through the config twice we can't spot the problem.</p>
<p>Vanna, I'd like to buy a clue for $200 please.</p>
<ul>
<li>Tried: XCode menu->Clear cache</li>
<li>Tried: clean all targets</li>
<li>Tried: rm -rf ~/Library/Application\ Support/iPhone\ Simulator</li>
</ul>
http://stackoverflow.com/questions/779115/iphone-failed-to-launch-simulated-application-unknown-error/779259#7792592Answer by MiRAGe for iPhone: Failed to launch simulated application: Unknown error.MiRAGe2009-04-22T21:14:23Z2009-04-22T21:14:23Z<p>If other projects work fine; start a new one and copy the files. Combing through configs just won't do it (since XCode has, well, thousands of config possibilities).</p>
<p>You can send me a check with the $200.</p>
<p>P.S: When you actually do start a new project, do it step by step. Run it after each change. Maybe you will find your problem. It might be a ton of work, but it might also help the other thousands of lost souls who have an 'Unkown Error'.</p>
http://stackoverflow.com/questions/779115/iphone-failed-to-launch-simulated-application-unknown-error/779320#7793201Answer by Roger Nolan for iPhone: Failed to launch simulated application: Unknown error.Roger Nolan2009-04-22T21:30:42Z2009-04-22T21:30:42Z<p>I sometimes see this problem and it is fixed by rebooting the maching. I suspect the internal state of the simulator gets screwed. Doesn't sound like your problem though.</p>
<p>I agree with MiRAGe; if this persists, start a new project and import your source.</p>
http://stackoverflow.com/questions/779115/iphone-failed-to-launch-simulated-application-unknown-error/787627#7876270Answer by Gabe for iPhone: Failed to launch simulated application: Unknown error.Gabe2009-04-24T21:24:14Z2009-04-24T21:24:14Z<p>Another thing to try if you are desperate is to change the 'Product Name' setting. This worked for me once when everything else didn't.</p>
http://stackoverflow.com/questions/779115/iphone-failed-to-launch-simulated-application-unknown-error/1253283#12532830Answer by fbrereto for iPhone: Failed to launch simulated application: Unknown error.fbrereto2009-08-10T05:54:38Z2009-08-10T05:54:38Z<p>Changing the product name worked for me. I tried several different alternatives and all of them worked fine. It was the "magic product name" I used at the onset that failed every time I went back to it. YMMV.</p>
http://stackoverflow.com/questions/779115/iphone-failed-to-launch-simulated-application-unknown-error/1253328#12533281Answer by Blaenk for iPhone: Failed to launch simulated application: Unknown error.Blaenk2009-08-10T06:13:09Z2009-08-10T06:13:09Z<p>This happened to me once and I think I saw in a blog to simply quit and restart Xcode. Miraculously, it worked for me. I doubt this is the end all solutions to all problems like these though, but if you haven't yet closed Xcode, it's worth a try.</p>
http://stackoverflow.com/questions/779115/iphone-failed-to-launch-simulated-application-unknown-error/1459970#14599700Answer by quano for iPhone: Failed to launch simulated application: Unknown error.quano2009-09-22T13:01:48Z2009-10-18T12:42:23Z<p>This might be because items are missing for the target. Expand the target and verify that all needed source files and libraries are there. Restart Xcode after you've messed around.</p>
<p><img src="http://pici.se/pictures/TsnTQxhKh.png" alt="alt text" /></p>
http://stackoverflow.com/questions/779115/iphone-failed-to-launch-simulated-application-unknown-error/1768861#17688610Answer by fwillerup for iPhone: Failed to launch simulated application: Unknown error.fwillerup2009-11-20T07:15:14Z2009-11-20T07:15:14Z<p>I had the same problem because I had changed the BundleName and some other values but not changed the PRODUCT_NAME. I had problems finding where PRODUCT_NAME is defined: Get Info on the target, Build-tab and it is down the list somewhere.</p>
<p>I changed PRODUCT_NAME to match the bundle name, restarted Xcode and it worked.</p>
<p>Fred</p>