Posts

Post not yet marked as solved
4 Replies
This happened to me as well. I had accidentally checked ok to allowing Xcode to have access to couple of the secure/ private files on my computer. They specifically were the: Contacts, Calendars and Reminders. I followed Petrychyn's suggestion (thumbs up!) and found the same thing - just unchecking the access permissions box doesn't fix the issue. You do need to run the terminal command and include the app bundle id - in this case it's com.apple.dt.Xcode - and initially run it in sudo. sudo tccutil reset AddressBook com.apple.dt.Xcode sudo tccutil reset Calendar com.apple.dt.Xcode sudo tccutil reset Reminders com.apple.dt.Xcode Just a note: Some of the category names are not the same as titled in the privacy table list. eg Contacts - AddressBook. Here is the list for reference: Accessibility AddressBook AppleEvents (i.e. Automation) Calendar Camera Microphone Photos Reminders ScreenCapture (for the Screen Recording list) SystemPolicyAllFiles (for the Full Disk Access list) SystemPolicyDesktopFolder SystemPolicyDeveloperFiles SystemPolicyDocumentsFolder SystemPolicyDownloadsFolder SystemPolicyNetworkVolumes SystemPolicyRemovableVolumes SystemPolicySysAdminFiles