 #
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
#
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
            Asked
            
        
        
            Active
            
        
            Viewed 2,429 times
        
    2
            
            
         
    
    
        Ravikumar
        
- 85
- 1
- 16
- 
                    Finally, I got the solution. https://support.apple.com/en-in/HT202860 – Ravikumar Nov 24 '17 at 05:14
- 
                    This is will also work:: https://support.apple.com/en-in/HT201609 – Ravikumar Nov 24 '17 at 05:27
- 
                    You could answer yourself the question, putting those links as references and explaining the process here – superjos Dec 12 '18 at 09:01
1 Answers
1
            
            
        You can solve it pasting this on your terminal and restarting xcode:
defaults write com.apple.dt.Xcode iCloudGaugeDisabled -bool YES
 
    
    
        Juan Pablo Venditti
        
- 99
- 2