ios7 - 为什么 iOS7 模拟器不能按自己的意愿启动或启动...?

标签 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

结果我修改了代码,添加了根 View Controller
[window addSubview:controllersView];
[window setRootViewController:myViewController];
[window makeKeyAndVisible];

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

我在 https://gist.github.com/erwin/7230768 的模拟器控制台日志中没有看到任何故障
但什么也没发生,模拟器似乎在空中消失了....
并且没有关于如何使其从 Apple 正确运行的明确解释...

最佳答案

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

关于ios7 - 为什么 iOS7 模拟器不能按自己的意愿启动或启动...?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19680907/

相关文章:

ios - 这个字符串是什么意思,例如 "ED845558-5168-45C0-BA98-43AB3C238E9F"?

ios - react native axios 请求在 IOS 模拟器中不起作用

ios - Storyboard ui 元素不会出现在 Xcode 5 中

ios - 考虑 iOS UI 初始化的推荐方法是什么?

javascript - iOS7 webkit 经常崩溃——没有释放内存?

iphone - 在 iOS 模拟器主屏幕或锁屏中设置壁纸(背景图像)

ios - 仪器 : Allocations: Is the VM information useful to an iOS app?

ios - iOS7 UIBackgroundModes从后台模式通过启动应用程序获取

ios - 如何在 Xcode 5 中制作不可见按钮?

iOS7:日志:无法在此设备上启用 MKMapView 音高