Hello everyone,
I am trying to launch a simulator of my application on an iPad Pro (9.7-inch) in Xcode 12.0.1. I am able to finish the build, but then I get the following error.
DetailsFailed to re-create a coordinator for APPNAMEDomain: IXErrorDomainCode: 29Failure Reason: Coordinator already exists.
User Info: { FunctionName = "+[IXAppInstallCoordinator(IXSimpleInstaller) beginInstallForURL:consumeSource:options:completion:]block_invoke"; SourceFileLine = 313;}--System InformationmacOS Version 10.15.7 (Build 19H2)Xcode 12.0.1 (17220) However, I am able to launch the app in an iPad Air (4th Generation) without any issue. How am I able to fix the issue so that I can launch a simulator of the iPad Pro?