1
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?

【XCode】Scheme名の変更方法

Last updated at Posted at 2024-08-04

はじめに

iOSのアプリ開発を進めているうちに、途中でプロジェクト名を変更したくなりました。
ネットに落ちている記事である程度プロジェクト名を変更できたものの、
Scheme名の部分のみネットの情報が不足しており、変更に時間がかかりました。
上記の経緯から、本記事にScheme名の変更方法についてまとめることにしました。
誰かの参考になればと思います。

変更方法

Scheme名を変更する手順は以下の通りです。

1. Schemeの管理

下記画像の通り、「Manage Schemes...」を選択します。
※この例では、「Rakucode」から「Simplebook」に名前を変更したい想定です。

スクリーンショット 2024-08-04 22.23.56.png

スクリーンショット 2024-08-04 22.24.08.png

2. Schemeの複製

Schemeのリストが表示されます。
変更したいSchemeを選択し、左下の「Edit...」を選択します。
その後表示される画面において、左下の「Duplicate Scheme」を選択します。
これにより、元のSchemeを元に新しいSchemeが作成されます。

スクリーンショット 2024-08-04 22.24.44.png

スクリーンショット 2024-08-04 22.25.27.png

3. Scheme名の変更

新しく作成されたSchemeに新しい名前を入力します。
※下記画像では、新しい名前として「Simplebook」を入力しています。

スクリーンショット 2024-08-04 22.25.43.png

4. 古いSchemeの削除(必要に応じて):

新しいSchemeを作成後、元のSchemeが不要であれば、
「Manage Schemes...」ウィンドウに戻り、元のSchemeを選択して - ボタンをクリックし削除します。

スクリーンショット 2024-08-04 22.25.57.png

スクリーンショット 2024-08-04 22.26.11.png

スクリーンショット 2024-08-04 22.26.27.png

スクリーンショット 2024-08-04 22.26.37.png

以上。

1
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
1
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?