我是iOS开发的新手。
我从AppStore下载了Xcode 10.1,但它在启动时出现了一些错误,无法显示。因此,我将Xcode降级为10.0版(10A255),来自苹果官方下载。艾德工作很好,但现在我不能启动模拟器了。我已经在网上试了好几个小时了。这是日志:
CoreSimulatorService393 : com.apple.CoreSimulator.CoreSimulatorService 581.2启动。 com.apple.ibtool479 :在不设置kSimDeviceSpawnStandalone的情况下在未引导状态下生成进程是不推荐的。 com.apple.ibtool478 :在不设置kSimDeviceSpawnStandalone的情况下在未引导状态下生成进程是不推荐的。 CoreSimulatorService393 :无法注册服务com.apple.PowerManagement.control: launch_sim_register_endpoint: 0 0xfffffecc CoreSimulatorService393 :无法注册服务com.apple.SystemConfiguration.configd_host: launch_sim_register_endpoint: 0 0xfffffecc CoreSimulatorService393 :无法注册服务com.apple.audio.coreaudiod: launch_sim_register_endpoint: 0 0xfffffecc CoreSimulatorService393 :无法注册服务com.apple.SystemConfiguration.PPPController: launch_sim_register_endpoint: 0 0xfffffecc CoreSimulatorService393 :无法注册服务com.apple.audio.audiohald: launch_sim_register_endpoint: 0x44e 无法注册服务com.apple.coreservices.lsuseractivity.simulatorsupport: launch_sim_register_endpoint: 0x44e CoreSimulatorService393 :无法注册服务com.apple.SystemConfiguration.configd: launch_sim_register_endpoint: 0x44e CoreSimulatorService393 :无法注册服务com.apple.FSEvents: launch_sim_register_endpoint: 0x44e CoreSimulatorService393 :无法注册服务PurpleFBTVOutServer: launch_sim_register_endpoint: 0x44e CoreSimulatorService393 :无法注册服务IndigoHIDRegistrationPort: launch_sim_register_endpoint: 0x44e CoreSimulatorService393 :无法注册服务PurpleFBServer: launch_sim_register_endpoint: 0x44e CoreSimulatorService393 :无法注册服务com.apple.CoreSimulator.host.bootstrap_port: launch_sim_register_endpoint: 0x44e CoreSimulatorService393 :错误Domain=NSPOSIXErrorDomain Code=60“超时操作”UserInfo={NSLocalizedDescription=Unable引导模拟器。,NSLocalizedFailureReason=launchd未能响应。} CoreSimulatorService393 : Error Domain=NSPOSIXErrorDomain Code=60 "Operation“UserInfo={NSLocalizedDescription=Unable引导模拟器。,NSLocalizedFailureReason=launchd未能响应。} CoreSimulatorService393 :错误Domain=NSPOSIXErrorDomain Code=60”操作超时“UserInfo={NSLocalizedDescription=Unable引导模拟器,NSLocalizedFailureReason=launchd未能响应。}
我能做什么?
发布于 2019-11-18 16:16:46
在我的情况下
Unable to boot the Simulator.
Domain: NSPOSIXErrorDomain
Code: 60
Failure Reason: launchd failed to respond.是通过重新启动我的wifi路由器来修复的。
发布于 2022-08-21 08:15:38
在我的例子中,清理派生数据是有帮助的。你可以这样做:
打开Xcode -> Preferences -> Locations ->派生数据(单击小箭头) ->删除该文件夹。
发布于 2022-03-29 09:06:25
在我的例子中,我不得不将模拟器拖到垃圾桶,我再次重新启动,然后打开它。
https://stackoverflow.com/questions/53079949
复制相似问题