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?

More than 5 years have passed since last update.

fastlane matchに新しいProvisioning Profileを追加する

Last updated at Posted at 2020-02-28

新しく環境を追加したとき、fastlane matchにProvisioning Profileを追加する方法

今回、APIの向き先が増え、Build ConfigurationでBundleIDを追加したので必要になりました。

余談

https://docs.fastlane.tools/actions/match/
この辺を見て…

Import
To import and encrypt a certificate (.cer) and the private key (.p12) into the match repo run:

fastlane match import

フムフム、Provisioning Profileの場合もimportするのかな? と思っていたら...

AppIDだけ作成すれば後は、以下コマンドでmatchprefixのProfileを作成してくれるんですね。

方法

ex: devの場合


$ fastlane match development
# can be: appstore, adhoc, enterprise or development

以前、既存Profileをmatchに移行した経験から難しく考えすぎていました。

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?