Xcode12使用的小Tips

1、Debug Area

debug区域在更新到Xcode12后,非运行状态时,Xcode界面不能调出Debug区域。
1.1 想要调出可以使用快捷键:Comand+Shift+Y,隐藏快捷键:Comand+Shift+C
1.2 手动调出:View->Debug Area->Show Debug Area ,隐藏快捷键:View->Debug Area->Activate Console

2、Plist文件显示不全


plist.png

解决方式:View->Show Code Review,再View->Hide Code Review

你可能感兴趣的:(Xcode12使用的小Tips)