From 27a6dead9f8a3a40fba9343d0b5931c3b35e2ee2 Mon Sep 17 00:00:00 2001 From: Ryan Parman Date: Sun, 2 Feb 2020 21:47:20 -0800 Subject: [PATCH] Add some troubleshooting information. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4f40fca..be8a784 100644 --- a/README.md +++ b/README.md @@ -416,6 +416,12 @@ package, notarization, and stapling steps. This lets you integrate this functionality into any tooling easily vs. having an opinionated `gon`-CLI experience. +## Troubleshooting + +### "We are unable to create an authentication session. (-22016)" + +You likely have Apple 2FA enabled. You'll need to [generate an application password](https://appleid.apple.com/account/manage) and use that instead of your Apple ID password. + ## Roadmap These are some things I'd love to see but aren't currently implemented.