引导错误ios模拟器
问题描述:
我尝试启动我的项目,但是我在模拟器上编译时遇到了这个错误.WorkOut是我项目的名称。
I tried to launch my project, but i got this error while compiling it on the simulator.WorkOut is the name of my project.
无法注册com .AE557593PG.WorkOut与引导服务器。错误:未知错误代码。
Couldn't register com.AE557593PG.WorkOut with the bootstrap server. Error: unknown error code.
答
尝试确保应用程序尚未在模拟器上运行。最糟糕的情况是,退出并重新启动Simulator和Xcode。这总是为我解决这个问题。
Try making sure the app isn't running on the simulator already. Worst case scenario, quit and restart both Simulator and Xcode. That's always fixed this for me.