为什么iOS7模拟器无法启动或启动它...

时间:2013-10-30 11:25:07

标签: ios7 ios-simulator xcode5

在启动iOS 7模拟器时遇到很多问题(尝试了很多已发布的建议......包括重新安装XCode5 .. 我现在正在尝试运行Apple HelloWorld示例..它应该是测试参考..

首次构建..它在模拟器上运行 但是,一旦可以在模拟器控制台中看到很多错误,包括格式错误的bunlde ...

https://gist.github.com/erwin/7230844

的模拟器控制台日志中提取
Oct 30 08:26:37 macMini profiled[1456] <Notice>: (Note ) MC: Waiting for DataMigrator...
Oct 30 08:26:40 --- last message repeated 3 times ---
Oct 30 08:26:40 macMini SpringBoard[1460] <Error>: objc[1460]: Class AXEmojiUtilities is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libAXSpeechManager.dylib. One of the two will be used. Which one is undefined.
Oct 30 08:26:40 macMini com.apple.iphonesimulator.launchd.7e32645e[1451] (com.apple.xpc.launchd.domain.pid.SpringBoard.1460) <Error>: Failed to bootstrap path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/CloudServices.framework/XPCServices/com.apple.lakitu.xpc
    error: 107: Malformed bundle
Oct 30 08:26:41 macMini profiled[1456] <Notice>: (Note ) MC: Waiting for DataMigrator...

但至少它正在运行......

显然这个样本还没有更新....所以我收到了警告

Oct 30 08:51:26 macMini HelloWorld[1792] <Warning>: Application windows are expected to have a root view controller at the end of application launch

我修改了代码,添加了根视图控制器

[window addSubview:controllersView];
[window setRootViewController:myViewController];
[window makeKeyAndVisible];

我清理Xcode产品,清除并重置模拟器,然后关闭它.. 新的构建和运行...模拟器打开,但不运行HelloWorld应用程序...

我在https://gist.github.com/erwin/7230768的模拟器控制台日志中看不到任何故障 但没有任何事情发生,模拟器似乎在空中迷失了...... 并没有明确解释如何让苹果公司正确运行......

2 个答案:

答案 0 :(得分:2)

您可能对某些核心功能进行了不完整的更新。随着Apple将一切都关闭,很难做出任何真正的诊断。如果你还没有,我会把它带到苹果的“天才”(他们的术语,而不是讽刺),他们可能会建议擦拭它并重新开始。

答案 1 :(得分:0)

它可能也是一个不完整或损坏的安装。我会擦除并重新安装,然后尝试编译并运行示例而不更改任何内容。 (我希望样本(或第一个样本)至少应该在模​​拟器上编译并运行OK。)