Ravikumar
Ravikumar

Reputation: 85

xcode wants to access key Xcode apple id in your keychain in xcode 9.1

enter image description here# I have tried my system password but there is no use.While opening skype also keychain popup window is coming. I have gone through this link not working for me. Repeated Popup: Xcode wants to access key "com.apple.dt.XcodeDeviceMonitor" in your keychain

Upvotes: 2

Views: 2450

Answers (1)

Juan Pablo Venditti
Juan Pablo Venditti

Reputation: 109

You can solve it pasting this on your terminal and restarting xcode:

defaults write com.apple.dt.Xcode iCloudGaugeDisabled -bool YES

Upvotes: 1

Related Questions