尝试将我的应用程序更新到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_proxySep 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: 0xe8008012Sep 24 16:23:56 iPad installd[59] <Error>: 0x2d5000 install_embedded_profile: Could not install embedded profile: 0xe8008012Sep 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.75sSep 24 16:23:57 iPad /usr/libexec/lsd[70] <Error>: Need to synchronize with MobileInstallationSep 24 16:23:57 iPad /usr/libexec/lsd[70] <Notice>: LaunchServices: Adding com.<bundle>.<IDentifIEr> to registration List
没有记录崩溃日志.
编辑:
我在info.pList中有这个
<key>CFBundleIDentifIEr</key><string>com.<bundle>.<IDentifIEr></string>
但它基本上是com.site.my,我刚才在这里编辑了真实姓名.
解决方法 我有同样的问题,而且无法安装ipa.它始终以错误“无法检查应用程序包”结束.和设备控制台中的一些警告Feb 10 17:38:16 iPhone mobile_installation_proxy[356] <Warning>: LaunchServices: Please include the kcfBundleIDentifIErKey in the options dictionary when installing an app.Feb 10 17:38:16 iPhone mobile_installation_proxy[356] <Warning>: LaunchServices: installing app with unkNown bundleID..Feb 10 17:38:16 iPhone installd[44] <Error>: 0x101bcc000 -[MIBundle _valIDateWithError:]: 28: Failed to load Info.pList from bundle at pathFeb 10 17:38:16 iPhone installd[44] <Error>: 0x101bcc000 + [MIInstallable installablesAtURL:packageFormat:userOptions:error:]: Failed to create bundle for …
花了好几个小时后,我通过在info.pList中添加“应用程序需要iPhone环境”来修复它
<key>LSRequiresIPhoneOS</key><true/>总结
以上是内存溢出为你收集整理的ios – 安装应用程序时,请在选项字典中包含kCFBundleIdentifierKey全部内容,希望文章能够帮你解决ios – 安装应用程序时,请在选项字典中包含kCFBundleIdentifierKey所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)