xcode模擬器都這樣顯示朗兵,沒辦法判斷是哪個(gè)系統(tǒng)
解決的方法:
1.關(guān)閉xcode
2.終端輸入 sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService 輸入你的電腦密碼
3.終端輸入 rm -rf ~/Library/Developer/CoreSimulator/Devices
有時(shí)候使用xcode7的playground功能時(shí)會(huì)出現(xiàn)提示:Unable to find execution service for selected run destination,并且無法顯示playground語句執(zhí)行的結(jié)果。
解決的方法:
1.關(guān)閉Xcode
2.在終端里執(zhí)行兩行代碼:
rm -rf ~/Library/Developer/CoreSimulator/Devices
killall -9 com.apple.CoreSimulator.CoreSimulatorService
再次打開Xcode席纽,playground就可以執(zhí)行了椒丧。