3

I install Xcode 7 beta, but not remove the version 6.4. And when I quit Xcode, then open my project by Xcode 7, it always show popup verifying about 3->4 minus before open the project. How can I fix that?(My Mac: 10.10.4,install Xcode beta 5)

enter image description here

lee
  • 7,955
  • 8
  • 44
  • 60
  • Have you copied Xcode.app to you application directory? It should then only once do the verify process. If it keep happing make a bug report at Apple since this still beta software. – rckoenes Aug 13 '15 at 09:50
  • Where is the Xcode.app? – lee Aug 14 '15 at 01:00
  • Yes where did you copy the `xcode-beta.app`. Once you downloaded the beta you open the `dmg` and then you copy the `xcode-beta.app` to you application directory. – rckoenes Aug 14 '15 at 08:42

1 Answers1

2

You can add Xcode (like any other app) to exclusions.

Open "Terminal", go to Xcode folder and add it to quarantine (see sample below).

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

Similiar question and answer here: IOS Xcode Verifying Xcode.app

Community
  • 1
  • 1
Vladlex
  • 845
  • 8
  • 16