When trying to delete and install the app, unable to launch the app in from xcode 11.4.1 and later versions. This scenario is working fine till xcode 10.2.1. Below are the error details:
The request to open "org.*******.enterprise.debug" failed.
Domain: FBSOpenApplicationServiceErrorDomain
Code: 1
Failure Reason: The request was denied by service delegate (SBMainWorkspace) for reason: NotFound ("Application is unknown to FrontBoard").
User Info: {
BSErrorCodeDescription = RequestDenied;
FBSOpenApplicationRequestID = 0x8660;
}
The operation couldn’t be completed. Application is unknown to FrontBoard.
Domain: FBSOpenApplicationErrorDomain
Code: 4
Failure Reason: Application is unknown to FrontBoard.
User Info: {
BSErrorCodeDescription = NotFound;
}
System Information:
macOS Version 10.15.4 (Build 19E287)
Xcode 11.4.1 (16137)
Does anyone know how this might be resolved?
The request to open "org.*******.enterprise.debug" failed.
Domain: FBSOpenApplicationServiceErrorDomain
Code: 1
Failure Reason: The request was denied by service delegate (SBMainWorkspace) for reason: NotFound ("Application is unknown to FrontBoard").
User Info: {
BSErrorCodeDescription = RequestDenied;
FBSOpenApplicationRequestID = 0x8660;
}
The operation couldn’t be completed. Application is unknown to FrontBoard.
Domain: FBSOpenApplicationErrorDomain
Code: 4
Failure Reason: Application is unknown to FrontBoard.
User Info: {
BSErrorCodeDescription = NotFound;
}
System Information:
macOS Version 10.15.4 (Build 19E287)
Xcode 11.4.1 (16137)
Does anyone know how this might be resolved?