A coworker can't run any apps in the iOS 13 simulator (including a new app I created from scratch). This is true across multiple simulated devices (including, again, one I just created from scratch).
Anyone have any ideas? He's reinstalled Xcode 11 already but doesn't want to reinstall macOS unless we know it'll work. He's running macOS 10.14.6.
What we've tried:
- New simulator (still can't run).
- New project (still can't run).
- Multiple restarts (Xcode and Mac).
- Delete all of ~/Library/Developer/CoreSimulator.
- Reinstall Xcode 11.
Here's the error message:
Our log looks like this:
Details
This app could not be installed at this time.
Domain: IXUserPresentableErrorDomain
Code: 1
Failure Reason: Could not install at this time.
Recovery Suggestion: Failed to transfer ownership of path /Users/jeff/Library/Developer/CoreSimulator/Devices/5FF441EB-2A7B-4C89-AF3E-C057B266F068/data/Containers/Shared/SystemGroup/systemgroup.com.apple.installcoordinationd/Library/InstallCoordination/PromiseStaging/0A4061C5-8A07-43E7-BAC7-2B64FAB200B0/SteveTestAppPleaseDelete.app to installd
--
Failed to transfer ownership of path /Users/jeff/Library/Developer/CoreSimulator/Devices/5FF441EB-2A7B-4C89-AF3E-C057B266F068/data/Containers/Shared/SystemGroup/systemgroup.com.apple.installcoordinationd/Library/InstallCoordination/PromiseStaging/0A4061C5-8A07-43E7-BAC7-2B64FAB200B0/SteveTestAppPleaseDelete.app to installd
Domain: MIInstallerErrorDomain
Code: 103
User Info: {
FunctionName = "-[MIInstaller _takeOwnershipOfInstallableContainingSymlink:error:]";
SourceFileLine = 162;
}
--
Couldn’t communicate with a helper application.
Domain: NSCocoaErrorDomain
Code: 4099
Recovery Suggestion: Try your operation again. If that fails, quit and relaunch the application and try again.
User Info: {
NSDebugDescription = "The connection to service on pid 0 named com.apple.MobileInstallationHelperService was invalidated.";
}
--