我们在使用Mac过程中,可能遇到过这样的问题:我们通过下载store之外的应用,都会被苹果的安全机制拦截,在打开之前总是要先验证一番。通过使用终端操作,可以将应用的验证跳过,具体命令:

xattr -d com.apple.quarantine app所在路径

以Xcode为例,Xcode本身非常大,光是验证就要十多分钟,使用命令 xattr -d com.apple.quarantine /Applications/Xcode.app,即可跳过,/Applications/Xcode.app就是Xcode的路径。

通过运行命令,下次打开Xcode就秒进了。

相关文章:

  • 2021-11-29
  • 2021-03-31
  • 2022-12-23
  • 2022-12-23
  • 2021-10-31
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
猜你喜欢
  • 2021-12-30
  • 2022-01-13
  • 2022-01-25
  • 2021-04-20
  • 2021-08-30
  • 2021-11-18
  • 2021-11-06
相关资源
相似解决方案