-1

I am unable to install my app on the simulator. I always get the following error on the console,

"Failed to launch simulated application: Unknown error."

Please help !

EmptyStack
  • 51,274
  • 23
  • 147
  • 178
Swastik
  • 2,415
  • 2
  • 31
  • 61
  • Try restarting the Simulator as well as Xcode. – EmptyStack Aug 18 '11 at 10:08
  • tried lot of times, but it isnt working out.Even i restarted the system as well – Swastik Aug 18 '11 at 10:11
  • Have a look into these posts. [SO Post 1](http://stackoverflow.com/questions/779115/iphone-failed-to-launch-simulated-application-unknown-error), [SO Post 2](http://stackoverflow.com/questions/822972/xcode-error-failed-to-launch-simulated-application), [SO Post 3](http://stackoverflow.com/questions/1262898/failed-to-launch-simulated-application-unknown-error) – EmptyStack Aug 18 '11 at 10:14
  • Please add comment for downvoting the answer – Swastik Aug 19 '11 at 05:14

1 Answers1

1

Check info of your project whether Simulator is selected or Device. If it is Device change it to Simulator. Also check the base SDK version. I too had the same problem, fixed it with above checks. :)

Krishnachandra Sharma
  • 1,332
  • 2
  • 20
  • 42
  • thanks, i checked but it didnt helped me out.I created a new project & reused classes, then everything went fine.May be something went wrong with info.plist file – Swastik Aug 19 '11 at 05:07