Xcode Underlying error code 1100 を解決する方法
はじめに
久々にXcodeを起動したらビルドエラーになったので忘備録としてまとめます。
エラー内容
2つ表示されていました。
The operation couldn't be compleated. Unable to log in with account 'Apple ID'.
An unexpected failure occurred while logging in (Underlying error code 1100).
No profiles for 'Project name' where found:Xcode couldn't find a provisioning profile matching 'Project name'.
解決方法
Xcode の開発アカウントを再度ログインすることで解決できました。
まず Xcode から Preferences を左クリック。
エラーの記載の中にログインボタンのようなものがあるので左クリック。
スクリーンショットが無いのですが、画面赤色部分に表示されていました。
ログインが終了したら、再度ビルドしてエラーにならない事を確認して終了です。