LoginSignup
16
8

More than 3 years have passed since last update.

[Xcode]The maximum number of apps for free development profiles has been reachedと出てインストールできない。

Last updated at Posted at 2020-05-25

原因

自作のアプリやプロビジョニングプロファイルを削除しても、インストールに失敗する場合は無料枠プロファイルのカウント処理がバグっている可能性が高いです。

対応

iPhoneをMacに繋いで、コンソールでログを表示しながら再度インストールを試してください。

  1. Window->Devices and Simulators->対象のデバイスを選択してOpen Consoleボタンをクリックでログを表示
  2. アプリを実行して対象デバイスへのインストールを試みてください。
  3. MIFreeProfileValidatedAppTrackerでログを絞り込んでください。
[MIFreeProfileValidatedAppTracker _onQueue_addReferenceForApplicationIdentifier:bundle:error:]: 182: This device has reached the maximum number of installed apps using a free developer profile: {(
    "<bundleid>",
    "<bundleid>",
    "<bundleid>"
)}

というようなエラーが出ているかと思います。

  1. その一覧に表示されているアプリを削除または、再インストール
  2. 自作アプリをインストール

の順番で実行してみてください。

情報源

3日ほど悩んだので取り急ぎ共有しました。

16
8
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
16
8