これは何を意味するのですか? IOS 7に私のアプリを更新しようとしたとiPad 2に及びコンソールでこれらの警告およびエラーログに遭遇し、それをテストしアプリをインストールするときにオプションディクショナリにkCFBundleIdentifierKeyを含めてください
:
Sep 24 16:23:56 iPad mobile_installation_proxy[118] <Warning>: LaunchServices: Please include the kCFBundleIdentifierKey in the options dictionary when installing an app.
Sep 24 16:23:56 iPad mobile_installation_proxy[118] <Warning>: LaunchServices: installing app for existing placeholder (null)
Sep 24 16:23:56 iPad installd[59] <Notice>: 0x2d5000 handle_install_for_ls: Install of "/var/mobile/Media/PublicStaging/THISAPP.app" requested by mobile_installation_proxy
Sep 24 16:23:56 iPad installd[59] <Notice>: 0x2d5000 MobileInstallationInstall_Server: Installing app com.<bundle>.<identifier>
Sep 24 16:23:56 iPad installd[59] <Error>: profile not valid: 0xe8008012
Sep 24 16:23:56 iPad installd[59] <Error>: 0x2d5000 install_embedded_profile: Could not install embedded profile: 0xe8008012
Sep 24 16:23:57 iPad installd[59] <Notice>: 0x2d5000 MobileInstallationInstall_Server: Staging: 0.08s; Waiting: 0.05s; Installation: 0.53s; LS Sync: 0.00s; Overall: 0.75s
Sep 24 16:23:57 iPad /usr/libexec/lsd[70] <Error>: Need to synchronize with MobileInstallation
Sep 24 16:23:57 iPad /usr/libexec/lsd[70] <Notice>: LaunchServices: Adding com.<bundle>.<identifier> to registration list
ませんクラッシュログが記録されています。
EDIT:
私は私のInfo.plist
<key>CFBundleIdentifier</key>
<string>com.<bundle>.<identifier></string>
でこれを持っていますが、それは基本的にcom.site.myだ、私はここで本当の名前を編集しました。
の「アプリケーションは、iPhoneの環境が必要です」のアプリが持っていないようですねバンドル識別子。 –
これが私のInfo.plistにある= \t CFBundleIdentifier \t com.site.my をそれは私はちょうどここでそれを編集したので、基本的にはcom.site.myのようなものです –
RegisteredUser