"Error Domain=com.apple.accounts Code=7" with empty description

I'm receiving this error:

"Error returned from daemon: Error Domain=com.apple.accounts Code=7 "(null)""

in the console while trying to reverse geocode user's location. The reverse geocoding works OK, I receive the data, but the error in the console bothering me.

Can someone suggest what the code 7 means here and how can I get rid of this error?

Answered by DTS Engineer in 751007022

This is probably just log log noise but I wanted to be point out that com.apple.accounts is ACErrorDomain and 7 is ACErrorPermissionDenied.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Accepted Answer

This is probably just log log noise but I wanted to be point out that com.apple.accounts is ACErrorDomain and 7 is ACErrorPermissionDenied.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

"Error Domain=com.apple.accounts Code=7" with empty description
 
 
Q