Xcode 7调试输出:“错误:177:超时... mMajorChangePending = 0” [英] Xcode 7 debug output: "ERROR:177: timed out...mMajorChangePending=0"

查看:136
本文介绍了Xcode 7调试输出:“错误:177:超时... mMajorChangePending = 0”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在iOS 9模拟器中运行我的应用程序时,我在Xcode 7 build 6调试控制台中看到以下错误:

I am seeing the following error in Xcode 7 build 6 debug console when running my app in the iOS 9 simulator:

2015-08-27 11:31:25.464 Reps[87841:2572333] 11:31:25.463 ERROR:    177: timed out after 0.012s (589 590); mMajorChangePending=0

还有其他人看过吗?知道这意味着什么吗?

Has anyone else seen this? Any idea what it means?

推荐答案

你能为此发布更多代码吗?

Could you post more code for this?

我有同样的错误,事实证明我是愚蠢的。我已经在viewDidLoad之外声明了
var player = AVAudioPlayer()

I had the same error and it turned out I was being stupid. I already declared var player = AVAudioPlayer() outside of viewDidLoad.

我当时正在尝试让玩家=尝试AVAudioPlayer ....

我摆脱了因为我已经宣布变量了......天知道我在想什么放在那里!现在一切似乎都运转正常:)

I got rid of the let as I had already declared the variable.. God knows what I was thinking putting let there! All seems to work fine now :)

这篇关于Xcode 7调试输出:“错误:177:超时... mMajorChangePending = 0”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆