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?

譲渡アプリ受取後の署名エラー

Last updated at Posted at 2025-03-03

エラー

iCloud KVS使用の譲渡アプリを受取後に、以下のようなエラーが出たときの解決方法です。

Provisioning profile "iOS Team Provisioning Profile: [BUNDLE ID]" doesn't match the entitlements file's value for the com.apple.developer.ubiquity-kvstore-identifier entitlement.

解決方法

entitlementsiCloud Key-Value Storeの値を<譲渡した側のチームID>.<Bundle ID>にすればよい。

Screenshot 2025-03-03 at 15.37.10.png

譲渡した側のチームIDがわからなければ

  1. ~/Library/Developer/Xcode/userdata/provisioning profilesにある当該プロジェクトのプロビジョニングプロファイルを探す
  2. 見つけたプロビジョニングプロファイルをQuick Lookで開く(ファイル選択してスペースキー)
  3. その中のcom.apple.developer.ubiquity-kvstore-identifierキーの値をentitlementsにコピペ
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?