Xcode更新至10.3.1運(yùn)行項(xiàng)目報(bào)錯(cuò):
Failed to find or create execution context for description ' System content for IBCocoaTouchFramework-ElevenAndLater scaleFactor=2x'. These intermediate objects were non-nil:
嘗試clean,強(qiáng)退Xcode重新運(yùn)行,無(wú)效,網(wǎng)上搜索到解決方案:
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
在終端運(yùn)行這一命令,重新run,搞定!感謝 xiaoshitou 提供的解決方案