LoginSignup
6
2

More than 5 years have passed since last update.

[fastlane] iOS端末(UDID)を追加してプロビジョニングプロファイルを再生成する

Posted at

たまにしかiOS端末(UDID)を追加しないので、
そのたびにfastlaneのactionを忘れていて調べる羽目になっていたのでメモ代わりに…

iOS端末(UDID)の追加

$ fastlane run register_device name:"DEVICE_NAME" udid:udidudidudidudidudidudidudidudidudidudid

プロビジョニングプロファイルの更新

$ fastlane run match force_for_new_devices: true
6
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
6
2