中安拓也のブログ

プログラミングについて書くブログ

Xcodeを使っていて発生したエラー: Change your bundle identifier to a unique string to try again.

Xcodeでアプリを実機デバックしようとしているときに発生したエラーについて

バージョン情報

  • Xcode: Version 9.2

発生したエラー

f:id:l08084:20180402120049p:plain
エラー発生時のスクリーンショット

[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.

リカバリ方法

f:id:l08084:20180402120322p:plain
Bundle Identifierを変更してエラーが消えた様子

Bundle Identifierが一意になるように、一部変更したら、エラーが消えた。(Bundle Identifierを変えた後に、フォーカスを外すと適用される)