提问人:eugene_prg 提问时间:1/25/2021 更新时间:4/21/2021 访问量:1519
Xcode 12.3:无法为 com.me.myapp 重新创建协调器
Xcode 12.3: Failed to re-create a coordinator for com.me.myapp
问:
我在尝试启动模拟器时收到以下消息
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
我还发现,如果我在另一个设备模拟器上启动它,它可以正常工作(比如说 iphone 11 pro 而不是 12 pro),但我想以某种方式解决这个问题。
我已经尝试过的:
- cmd+shift+K
- 重新启动 Mac
- 退出 Xcode
Xcode:版本 12.3 (12C33)
有关如何修复它的任何想法将不胜感激
答:
1赞
eugene_prg
1/25/2021
#1
找到解决方案:xcrun simctl erase all
希望它能帮助面临同样问题的人。
评论
1赞
Tom Knapen
2/10/2021
感谢您回答自己的问题!
7赞
Ronaldo Albertini
2/19/2021
#2
在模拟菜单上:
设备 -> 删除所有内容和设置...
4赞
smukamuka
4/21/2021
#3
我通过从模拟器中卸载应用程序并再次运行它来解决它。
评论
0赞
KSR
5/2/2021
它工作得很好。一个简单的解决方案。谢谢@smukamuka
评论