Can't run app in iOS 11.0 simulator

我怕爱的太早我们不能终老 提交于 2019-12-11 04:51:15

问题


I can't run the application on the simulator in the new xCode 9 beta 3 (9M174d). Every time I see the error message: (Mach error -308 - (ipc / mig) server died)


回答1:


Had this issue after installing XCode 9 beta 4. Tried every possible suggestion. The only thing that solved this issue for me was to reinstall Xcode command line tools:

Open terminal and type the command: xcode-select --install

After installation reboot the mac.




回答2:


The problem is fixed after installing the latest Mac Os Sierra patches.



来源:https://stackoverflow.com/questions/45181293/cant-run-app-in-ios-11-0-simulator

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!