0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[Swift2.2]Code Sign error: Automatic provisioning profile selection unavailable... が出た時の対処

Last updated at Posted at 2016-09-22

Swift2.2
プロジェクトを複製して、各ファイル各ディレクトリを整理していたら

Check dependencies
Code Sign error: Automatic provisioning profile selection unavailable: A bundle identifier is required for automatic provisioning profile selection. Either enter a bundle identifier in the Info.plist, or select a provisioning profile to use in the build settings.

なるエラーが出た時の解決策、自分用にメモ。

ProjectNavigator>Targets>BuildSettings>ProductBundleIdentifier

にパッケージ名を入力。
info.plistの場所を変えたりするとここが勝手に消えたり更新されたりするのだろうか・・・

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?