当前位置: 代码迷 >> 综合 >> Mac OS X 开发模式: Enable Developer Mode on this Mac?
  详细解决方案

Mac OS X 开发模式: Enable Developer Mode on this Mac?

热度:68   发布时间:2023-12-22 18:47:20.0

在Xcode首次运行的时候会提示

要不要激活Mac OS X操作系统的开发模式( Enable Developer Mode on this Mac?。

如图:

                

然后: 点击【Enable】按钮后,输入密码即可。

 

如里点击了【Don`t Enable】以后每次debug时都会让你输入用户名、密码,让人不胜其烦。

其实,可以在terminal里面输入:

DevToolsSecurity -enable
  相关解决方案