小编Reg*_*ser的帖子

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

谁知道这意味着什么?

尝试将我的应用程序更新到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 …
Run Code Online (Sandbox Code Playgroud)

xcode ipad ios ios7

5
推荐指数
1
解决办法
2580
查看次数

iOS模拟器libSystem无序初始化

我在iOS模拟器上测试时遇到过这种情况,运行应用程序时会在调试控制台中显示:

The iOS Simulator libSystem was initialized out of order.  This is most often caused by running host executables or inserting host dylibs.  In the future, this will cause an abort.
Run Code Online (Sandbox Code Playgroud)

ios ios-simulator ios7 xcode5

5
推荐指数
1
解决办法
1445
查看次数

标签 统计

ios ×2

ios7 ×2

ios-simulator ×1

ipad ×1

xcode ×1

xcode5 ×1