Xcode 4.2 で基本的なアプリケーションを作成しました。非常に単純なアプリケーションで、何も変更していません。実行を押すと、標準のベース アプリケーション ウィンドウが表示されます。ターゲットのエンタイトルメントを有効にして実行すると、デバッガー エラーは発生しませんが、ウィンドウは表示されません。Console.app でログを確認したところ、次の結果が得られました。
私が得る最初のエラー:
taskgated: killed com.alsbury.EntitlementsTest[pid 15903] because its use of the com.apple.developer.ubiquity-container-identifiers entitlement is not allowed
iCloud コンテナ「com.alsbury.EntitlementsTest」を削除すると、次のエラーが表示されます。
taskgated: killed com.alsbury.EntitlementsTest[pid 15903] because its use of the com.apple.developer.ubiquity-container-identifiers entitlement is not allowed
iCloud タイプのものがあるため、開発者アカウントにアプリケーションを追加し、プロビジョニング プロファイルを追加して、自分のマシンを追加しました。何かご意見は?現在非常に混乱しています。