# Try to delete the preview canvas from here
~/Library/Developer/Xcode/UserData/Previews/Simulator Devices/
# then in command line run the following
killall -9 com.apple.CoreSimulator.CoreSimulatorService
# finally restart XCode
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8