0
0

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.

【Xcode11】Xcode encountered an error が発生した

Last updated at Posted at 2020-09-27

事象

スクリーンショット 2020-09-27 15.42.22.png

プロビジョニングプロファイルを上書きインストールしようとしたら上記のエラーが発生した。

対処法

既存のプロビジョニングプロファイルを削除してからインストールする。
手順は下記の通り。

1 下記のスクショのように、上書きしたいプロビジョニングプロファイルのinfoマークからピンクで囲ったファイルをドラッグアンドドロップでDesktopなどに置く。

スクリーンショット_2020-09-27_15_41_15.png

2 ファイル名をコピーしておく
3 cd ~/Library/MobileDevice/"Provisioning Profiles" でプロビジョニングプロファイルのディレクトリまで移動する。
4 rm {手順2でコピーしたファイル名} で削除する。
5 新しいプロビジョニングプロファイルをインストールする。
6. 下記のスクショのようにエラーが出るので、Updateボタンを押下する。

スクリーンショット_2020-09-27_15_45_25-2.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?