LoginSignup
20
20

More than 5 years have passed since last update.

Xcode7でTeam Provisioning Profileを更新する

Posted at

Member Centerで新規検証端末のUDIDを登録後、Xcode7でTeam Provisioning Profileの更新でつまづいたのでメモ。

Team Provisioning ProfileはXcodeが管理、生成しており、自動的に証明書とデバイスとApp IDの紐付けを行ってくれるとても便利な機能。

これを更新する必要があるときは、
Xcode6まではXcode -> Preferences -> Account -> View Details -> Refreshをクリックすればよかった。

だけど、Xcode7ではRefreshのボタンがDownload Allに変わってしまい、
いくら押しても何も変更がでない。

その場合は以下の手順を踏めばよさそう。

  1. Xcode -> Preferences -> Account -> View Detailsから該当のTeam Provisioning Profileを右クリックしMove to Trash
  2. Team Provisioning Profileを利用するXcodeプロジェクトのGeneralタブを開く
  3. 'No Provisioning File'というエラーが出ているため、Fix Issueをクリック

これで一応Team Provisioning Profileが更新・ダウンロードされるみたいです。
なんか微妙..

参考

20
20
2

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