I have created multiple basic apps (app created by default by xcode) and I am unable to get any of them to run in xcode 15 beta 5. Same error on all... Any ideas?
`Simulator device returned an error for the requested operation.
Domain: FBSOpenApplicationServiceErrorDomain
Code: 5
Failure Reason: The system shell (SpringBoard:7337) probably crashed.
User Info: {
BSErrorCodeDescription = InvalidResponse;
DVTErrorCreationDateKey = "2023-07-30 17:49:25 +0000";
IDERunOperationFailingWorker = IDELaunchiPhoneSimulatorLauncher;
NSLocalizedFailure = "The request to open "com.javajoe.BasicApp" failed.";
SimCallingSelector = "launchApplicationWithID:options:pid:error:";
}
3
0
1.1k