2
2

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.

コマンドでのipa作成 〜 archiveファイルから

Posted at

#はじめに
build環境の自動化を検討するにあたってコマンドのオプション込みの使い方を
コマンドの Usageから毎度調べるのですが、それでも迷う時があり現段階では備忘用です。

##archiveファイルからipaを抜き出し

$ xcodebuild -exportArchive -archivePath [アーカイブファイルのパス] -exportProvisioningProfile [import済みのprovisioing Fileを指定] -exportPath [拡張子ipa抜きのパス]

##provisining Fileの差し替え

-exportProvisioningProfile <profilename>

に差し替えるprovisioning Fileを指定する

#さいごに
CircleCIが止まったり、な時の手動ビルド実行用までかければ良いなと :walking:

2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?