我正在爲我的公司運行一個奇怪的問題。我爲使用AD hoc配置文件構建的ipad應用程序建立了一個構建版。我遵循了關於如何設置這些設置的所有方向,並正在使用配置文件和其他5個ipad的應用程序。我注意到,由於某種原因,它不適用於帶有IOS6的iPad 3。這裏是我嘗試在控制檯得到的錯誤:專用OTA部署工作在除iPad 3之外的所有ipad上使用IOS 6
Oct 31 12:00:56 Scotts-iPad SpringBoard[66] <Warning>: could not save thumbnail for downloading icon: image=(null) path='/var/mobile/Library/SpringBoard/DownloadingIconImageCache/com.localbix.online.ipad-9885BA22-13CA-4388-96A0-08EDCABF459E'
Oct 31 12:00:56 Scotts-iPad SpringBoard[66] <Warning>: could not save thumbnail for downloading icon: image=(null) path='/var/mobile/Library/SpringBoard/DownloadingIconImageCache/com.localbix.online.ipad-5C37022E-5875-4C48-A135-03ADD4AA75B8'
Oct 31 12:00:56 Scotts-iPad installd[30] <Error>: 0x343000 handle_install: Install of "/var/mobile/Media/Downloads/8020495531107338408/6723207522652074632" requested by itunesstored
Oct 31 12:00:56 Scotts-iPad installd[30] <Error>: 0x343000 extract_package: Could not extract archive
Oct 31 12:00:56 Scotts-iPad installd[30] <Error>: 0x343000 stage_package: Could not extract /var/mobile/Media/Downloads/8020495531107338408/6723207522652074632 to /var/tmp/install_staging.oIwDCd/foo_extracted
Oct 31 12:00:56 Scotts-iPad installd[30] <Error>: 0x343000 MobileInstallationInstall_Server: Could not stage the package
Oct 31 12:00:56 Scotts-iPad itunesstored[64] <Error>: 0x1c65000 MobileInstallationInstall: failed with -1
Oct 31 12:00:56 Scotts-iPad installd[30] <Error>: 0x343000 handle_install: API failed
Oct 31 12:01:05 Scotts-iPad profiled[4231] <Notice>: (Note) profiled: Idled.
Oct 31 12:01:05 Scotts-iPad profiled[4231] <Notice>: (Note) profiled: Service stopping.
該證書確實有那些ipad UUID的列出,所以它沒有這個問題。我已經想出了什麼可能是問題。有任何想法嗎?我曾與其他幾個人談過,並表示他們也注意到了最新iPad的問題,但不知道。任何其他人遇到這個問題?
非常感謝!
您在哪個xcode上構建應用程序? 我也面臨這個問題,因爲我使用xcode 4.4構建。對於ios 6.0我們使用xcode 4.5構建 – Rupesh
有沒有人有解決這個問題的方法?我有同樣的問題。 –
@FarhanAhmad檢查我的答案 –