Xcode 11.3
macOS Catalina v10.15.2
Seen other Stack Overflow posts where the inclusion of:
let passwordRequest = ASAuthorizationPasswordProvider().createRequest()
...in the authorizedRequests parameter, causes this 1000 error.
In this example, in viewDidAppear, performExistingAccountSetupFlows is called, which includes the ASAuthorizationPasswordProvider request. This is failing.
Assuming that Apple may have changed something since the initial versions of iOS 13?