多余的logs
1 From Xcode menu open: Product > Scheme > Edit Scheme
2 On your Environment Variables set
OS_ACTIVITY_MODE = disable
参考
启用插件
Install
$ gem install update_xcode_plugins
(if using system ruby: sudo gem install update_xcode_plugins)
(if still having problems: sudo gem install -n /usr/local/bin update_xcode_plugins #10)
Usage
In Terminal:
$ update_xcode_plugins
To use plugins on Xcode 8 and later, unsign Xcode with:
$ update_xcode_plugins --unsign
If you need to unsign without creating a copy of Xcode, at your own risk, use the command (might need sudo):
$ update_xcode_plugins --unsafe-unsign
引用
Commend+/ 注释失效
方法一
在 Xcode -> preferences -> key bindings 中的comment selection 是否设置上快捷键了
方法二
打开终端,命令运行: sudo /usr/libexec/xpccachectl
然后必须重启电脑后生效
注意:Xcode8内置了开启注释的功能,位置在这里