vote up 0 vote down star

This is a new iPhone project, only 1 target (different from this question)

On build we get:

Failed to launch simulated application: Unknown error.

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.

Vanna, I'd like to buy a clue for $200 please.

  • Tried: XCode menu->Clear cache
  • Tried: clean all targets
  • Tried: rm -rf ~/Library/Application\ Support/iPhone\ Simulator
flag

7 Answers

vote up 0 vote down check

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.

link|flag
vote up 0 vote down

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.

I changed PRODUCT_NAME to match the bundle name, restarted Xcode and it worked.

Fred

link|flag
vote up 0 vote down

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.

alt text

link|flag
vote up 1 vote down

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.

link|flag
+1 Caught this answer on Google. Please try it before you do anything drastic! Sometimes Xcode just gets in a flap and needs to be restarted. – Chris Burt-Brown Sep 18 at 20:28
vote up 0 vote down

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.

link|flag
vote up 1 vote down

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.

I agree with MiRAGe; if this persists, start a new project and import your source.

link|flag
vote up 2 vote down

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).

You can send me a check with the $200.

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'.

link|flag
1  
Yeah, with so many settings in a project file that can get messed up, this is sometimes the best course of action. It's annoying but should only take 15 minutes or so. Normally faster than diagnosing any other way and once you're done, you can compare settings to try and find where they differ. – Matt Gallagher Apr 22 at 22:52

Your Answer

Get an OpenID
or

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