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?

xcodeで開発したアプリの.appファイルの作成方法

Posted at

xcodeで開発したアプリの.appファイルの作成方法

xcodeで開発したアプリの.appファイルの作成方法がわかりづらかったため手順をまとめる。

・目次
1.appファイルの作成
2.ファイルの拡張子の表示
3.zip化


1.appファイルの作成
xcodeを選択し、画面上部のメニューバーからProduct-Buildを選択し実行。
スクリーンショット 2024-06-05 22.56.24.png


2.ファイルの拡張子の表示
Finderを選択し、画面上部のメニューバーからFinder-設定を開く。
「すべてのファイル拡張子を表示」にチェックをつける。
スクリーンショット 2024-06-05 22.59.43.png


3.zip化
xcodeを選択し、画面上部のメニューバーからproduct-Show Build Folder in Finderを選択。
スクリーンショット 2024-06-05 23.00.28.png

表示されたフォルダーからProducts-Debug-iphoneosを開き、格納されている.appファイルを任意の場所にコピー
(デスクトップなど)
スクリーンショット 2024-06-05 23.03.41.png

スクリーンショット 2024-06-05 23.02.06.png

ファイル名を2回クリックし、ファイル名変更可能状態にする。
拡張子を以下のように変更する。
変更前:XXX.app
変更前:XXX.zip



以上

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?