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