Xcodeでアプリを実機デバックしようとしているときに発生したエラーについて
バージョン情報
- Xcode: Version 9.2
発生したエラー
[General] ->[Signing] -> [Status]の部分でエラーが発生していることがわかる。エラーメッセージは👇となる。
No profiles for '[Bundle Identifier]' were found Xcode couldn't find any iOS App Development provisioning profiles matching '[Bundle Identifier]'.
Failed to create provisioning profile. The app ID "[Bundle Identifier]" cannot be registered to your development team. Change your bundle identifier to a unique string to try again.
リカバリ方法
Bundle Identifierが一意になるように、一部変更したら、エラーが消えた。(Bundle Identifierを変えた後に、フォーカスを外すと適用される)