Xcode 8.1 storyboard showing blue lines only

后端 未结 7 2124
温柔的废话
温柔的废话 2021-01-17 11:01

I installed Xcode 8.1 and the storyboard shows only blue lines, for all UI elements. If someone has figured it out let me know. I am unable to revert it to even Xcode 8.0.

7条回答
  •  别那么骄傲
    2021-01-17 11:15

    Had a similar issue (only blue lines without details rendering) when upgrading Xcode without restarting the Mac. Killing the simulator fixed it:

    sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
    

提交回复
热议问题