安装应用程序时,请在选项字典中包含kCFBundleIdentifierKey

Reg*_*ser 5 xcode ipad ios ios7

谁知道这意味着什么?

尝试将我的应用程序更新到ios 7并在iPad 2上进行测试并在控制台中遇到这些警告和错误日志:

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
Run Code Online (Sandbox Code Playgroud)

没有记录崩溃日志.

编辑:

我在info.plist中有这个

<key>CFBundleIdentifier</key>
<string>com.<bundle>.<identifier></string>
Run Code Online (Sandbox Code Playgroud)

但它基本上是com.site.my,我刚才在这里编辑了真实姓名.

Ash*_*han 0

你检查一下你的bundle ID是否在你的plist中吗