XCodeでiPhoneアプリのAdHocアーカイブを作成し、実機にインストールすると、アイコンがグレーになりインストールが途中で止まります。
アイコンをクリックすると「***インストールできません。あとでやり直してください。」のメッセージが表示されます。
実機のログを確認すると、下記のエラーメッセージが表示されますが、Googleで調べても情報が出てきません。
原因に何かお心当たりあれば教えていただきたいです。
Name:**/597135845060975879/2395930232654991219 Creator:App Store UUID:* PercentComplete:1.000000 IsComplete:Y DiskUsageBytes:0> : canceled by client 17 for reason Error Domain=IXUserPresentableErrorDomain Code=1 "This app could not be installed at this time." UserInfo={NSUnderlyingError=0x100d341e0 {Error Domain=MIInstallerErrorDomain Code=5 "Could not extract archive" UserInfo={NSLocalizedDescription=Could not extract archive, LegacyErrorString=PackageExtractionFailed, FunctionName=+[MIBOMWrapper extractZipArchiveAtURL:toURL:withError:], SourceFileLine=152, NSUnderlyingError=0x100d38210 {Error Domain=NSPOSIXErrorDomain Code=0 "Undefined error: 0"}}}, NSLocalizedDescription=This app could not be installed at this time., NSLocalizedRecoverySuggestion=Could not extract archive, NSLocalizedFailureReason=Could not extract archive}
iOS Developer ProgramでAdHoc用に証明書・プロビジョニングプロファイルは作成し、インストールしようとしているデバイスも追加しています。
また、XCodeのプロジェクトの「Siging」「BuildSettings」もAdHoc用の設定にしています。
あなたの回答
tips
プレビュー