Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

Xcode 15.2 iOS App プロジェクトの作成方法

0
Posted at

はじめに

iOS アプリ開発初心者の備忘録です。

作成方法

Create New Project... をクリックします。

テンプレートの選択画面が表示されます。

iOS タブの App を選択します。

各項目を入力していきます。

補足
各項目の説明は以下です。

項目名 説明
Product Name 製品(アプリ)名。
Team None だと実機での動作確認や配布ができない。
Organization Identifier 開発元を表す識別子。
Bundle Identifier Organization Identifier と Product Name から自動生成。
Interface Swift UI が主流。
Language Swift UI を選択した場合は Swift のみ選択できる。
Storage SwiftData が新しく比較的簡単らしい。
Host in CloudKit CloudKit は iCloud 操作の公式ライブラリ。開発するアプリが iCloud を使用する場合、チェックを入れる。
Include Tests チェックを入れると、テスト用のテンプレートファイルが作成される。

プロジェクト保存先のフォルダを選択します。また Create Git repository on my Mac を選択すると Git が使えるようです。ただ今回は Git 環境未整備なこともあり、一旦使わない方向で進めます。どこかのタイミングで導入したいとは思います...!

プロジェクトが作成されました。

おわりに

次はビルドやシミュレータの使い方になると思います。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?