IOS Xcode 验证 Xcode.app

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/32071356/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 07:41:38  来源:igfitidea点击:

IOS Xcode Verifying Xcode.app

iosobjective-cxcodeswiftuialertview

提问by Mehul

All the times when i Open Xcode 7.0. its alert like this and takes time every time. I Just want solution to Completely remove this Alert from Starting of Xcode..

当我打开 Xcode 7.0 的所有时间。它像这样警报并且每次都需要时间。我只想解决从 Xcode 启动中完全删除此警报的解决方案。

At tome of open Xcode, Gives Alert -> "Verifying XCode.app"

在打开 Xcode 时,给出警报 -> “验证 XCode.app”

See Screen Shot as given Below

请参阅下面给出的屏幕截图

采纳答案by Mehul

Open terminal and run below commands

打开终端并运行以下命令

This will bypass Gatekeeper in OS X and launch Xcode quickly.

这将绕过 OS X 中的 Gatekeeper 并快速启动 Xcode。

cd /Applications

xattr -d com.apple.quarantine Xcode.app

Check Screen Shot

检查屏幕截图

回答by Anbu.Karthik

open terminal and type the following commend, this will help to open the Xcode in quickly

打开终端并输入以下命令,这将有助于快速打开 Xcode

cd /Applications
xattr -d com.apple.quarantine Xcode.app

additional reference

额外参考

回答by Robert Wade

Open terminal and enter the following:

打开终端并输入以下内容:

xattr -d com.apple.quarantine /path/to/Xcode.app