26
12

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.

iOS (その2)Advent Calendar 2018

Day 7

【Xcode10】Exportボタンがない!? あっ、Distribute Appにまとめられたんですね

Posted at

Exportボタンがない!?

DeployGateでアプリを配布するために、Xcode10でExportをしようとしました。
いつものようにArchiveをして、さてExportというときになって、Exportボタンがないことに気がついてあせりました。

001.png

Xcode9ではたしかにこの画面にあったはずなのに……

002.png

Distribute Appにまとめられてました

答えはタイトル通りですが、App StoreへのアップロードとExportがDistribute Appボタンにまとめられました。

003.png

Distribute Appボタンをクリックすると、iOS App StoreやAd Hocなどが並んでいるので、Ad Hocを選択してNextボタンをクリックします。

004.png

あとは、今までどおりオプションの設定などをしていくと、IPAファイルをExportできます。

めでたしめでたし。

26
12
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
26
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?