Mohammed Asim
Mohammed Asim

Reputation: 2211

iPhone Simulator Error: SpringBoard failed to launch application with error: -3 or 4 etc

I face this problem each time i stop and run the app again. I googled and found a lot of answers, e.g. this solution but only fix the problem temporarily, I wish there was a way to fix it permanently.

enter image description here

Thanx in advance.

Solution: I think the problem was related to Xcode version specific as now I am using Xcode 6 and now the issue no longer exist.

Upvotes: 0

Views: 952

Answers (4)

iDevSpread
iDevSpread

Reputation: 301

I have met the same issue after I installed the newest macOS version and the iOS simulator on Xcode fired me.

I have tried the solutions above for myself and the solutions are given on this page: Xcode 6.4/7 crashing after El Capitan beta .But they did not work for me.

My final solution was to uninstall the current one and installed new Xcode version. It worked for me.

Upvotes: 0

user3286381
user3286381

Reputation: 155

I know there are already some answers. But, for me, I just made sure to resolve the warnings. I had not set the identifier for a segue. Hope this helps someone.

Upvotes: 0

Dinesh Reddy Chennuru
Dinesh Reddy Chennuru

Reputation: 491

same problem for me too.

by Quitting simulator and again running the project in Xcode solved this issue for me..

Upvotes: 1

sadeesh
sadeesh

Reputation: 343

select your simulator

choose:iosimulator->Reset Content and Settings. or else ctrl+shift+H , double tap the H and close all the application that runs. ctrl is an windows key in mac

Upvotes: 2

Related Questions