0
1

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 3 years have passed since last update.

Xcodeプロジェクトのコンフィグレーションの追加削除

Posted at

時々、Xcode のプロジェクトで build configuration を追加や削除したくなる時があります。これまでも、何度かやってきたのですが、今回またやり方がわからなくてググってしまったので、ここにメモする事とします。

この画面はアーカイブする時のコンフィグレーションを選びます。事情があってここにコンフィグレーションのコピーを追加したいとします。が、この画面からコンフィギュレーションを追加削除はできません。

Screen Shot 2020-10-22 at 3.54.51 PM.png

メニューからはできそうな雰囲気があるのですが、どの条件でここか選べるようになるのかわかりませんでした。

Screen Shot 2020-10-22 at 4.08.28 PM.png

結局ググってしまいました。結局プロジェクトを選び、Infoを選びさらにPROJECTから自分のプロジェクトを選ぶと、Configurationに現在のコンフィグレーションの一覧が現れます。「+」または「-」でコンフィギュレーションの追加削除を行います。

Screen Shot 2020-10-22 at 4.00.02 PM.png

また、半年後とかにわからなくなる可能性がありますので、ここにメモを残したので、UIに変更がない限り安心です。

Xcode Version 12.1 (12A7403)
0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?