
React Native で Sign in with Apple を実装しようとしたところ、以下のようなエラーが出た。
シミュレーター, 実機両方でエラーとなりログインできなかった。
{code: '1000', domain: 'com.apple.AuthenticationServices.AuthorizationError', message: 'The operation couldn’t be completed. (com.apple.AuthenticationServices.AuthorizationError error 1000.)'
私の場合は2番目の点でDebugが空欄になっており、上記のエラーでつまづいてしました。

coiai