I'm getting the following message while trying to launch simulator
Details
Failed to re-create a coordinator for com.me.myapp.
Domain: IXErrorDomain
Code: 29
Failure Reason: Coordinator already exists.
User Info: {
FunctionName = "+[IXAppInstallCoordinator(IXSimpleInstaller) _beginInstallForURL:consumeSource:options:completion:]_block_invoke";
SourceFileLine = 313;
}
--
System Information
macOS Version 10.15.5 (Build 19F101)
Xcode 12.3 (17715) (Build 12C33)
Timestamp: 2021-01-25T15:50:20+01:00
I also found that it works Ok if i launch it on another device simulator (lets say iphone 11 pro instead of 12 pro) but i'd like to fix this somehow.
What i had already tried:
Xcode: Version 12.3 (12C33)
any ideas on how to get it fixed would be appreciated
How To Fix Xcode Failed To Create Provisioning Profile Error. To fix this error is very easy, just connect your real iOS device such as iPhone to the Mac computer with a USB line, follow the popup screen on the iPhone, then you can select your iOS device in the Set the active scheme drop down list.
You can find this error message by click the Xcode project ( TestProject ) on the Xcode editor left project list panel. Then click one of the TARGETS ( TestProject ) on the XCode center editor. Then click the General tab on the top area of the selected target detail pane. Then you can see the error message in the Signing area —> Status section. 2.
Now go to your Xcode project ( TestProject ) —> target ( TestProject ) —> General tab —> Signing area, you will find the error message disappear.
The only workaround to regenarate ios and android folders within a react native project is the following. Generate a project with same name using the command react-native init Backup your old project ios and android directories into a backup location Then copy ios and android directories from newly created project into your old not working project
On simulador menu:
Device -> Erase all Content and Settings...
I solved it by uninstalling the app from the simulator and running it again.
Found the solution: xcrun simctl erase all
Hope it helps someone facing the same problem.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With