IOS Xcode Verifying Xcode.app [duplicate]

白昼怎懂夜的黑 提交于 2019-12-04 10:47:09

问题


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..

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


回答1:


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

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

additional reference




回答2:


Open terminal and run below commands

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

cd /Applications

xattr -d com.apple.quarantine Xcode.app




回答3:


Open terminal and enter the following:

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


来源:https://stackoverflow.com/questions/32071356/ios-xcode-verifying-xcode-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!