ナトーアプリ工房

iOS開発やApple製品の情報発信ブログです

【Xcode】iOSアプリ実機テストで「The operation couldn’t be completed. Unable to log in with account 〜」のエラーを回避する方法

Xcodeの実機テストで下記のエラーが出たときの回避方法です。

Showing Recent Messages
The operation couldn’t be completed. Unable to log in with account '自分のメールアドレス'. The login details for account '自分のメールアドレス' were rejected.

 

Showing Recent Messages
No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "自分のID" with a private key was found.

 

Xcode → Preference Accounts の画面から「Sign in Again..」をクリックします

f:id:nato99001:20220116112109j:plain

 

Apple ID のパスワードを入力して「Next」をクリックします

f:id:nato99001:20220116112437j:plain

 

エラーが消えました。

f:id:nato99001:20220116113008j:plain