【发布时间】:2014-03-21 20:34:44
【问题描述】:
昨天我将 Xcode 更新到了 5.1 版 (5B130a);模拟器的版本现在读取版本 7.1 (463.9.41)。
今天我开始使用 AVPlayer 播放时开始出现这些奇怪的错误。我过去从未见过任何此类错误,找不到有关它们的任何信息,也不知道它们的含义。它们不是致命的,我没有注意到它们有任何不良影响。但是……
什么是 RTCReporting,它是如何进入我的项目的?
pancake.apple.com 与什么有什么关系?
等等。谢谢。
2014-03-21 16:16:34.129 0.1[3330:5403] RTCReporting: resolve from http://pancake.apple.com/bags/hls?version=4.12
2014-03-21 16:17:17.201 0.1[3330:5403] RTCReporting(getSvrConfig): error resolving with lookup server http://pancake.apple.com/bags/hls?version=4.12
2014-03-21 16:17:17.201 0.1[3330:5403] RTCReporting(getSvrConfig): sendSynchronousRequest error Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x10f110d60 {NSUnderlyingError=0x11230ed80 "The request timed out.", NSErrorFailingURLStringKey=http://pancake.apple.com/bags/hls?version=4.12, NSErrorFailingURLKey=http://pancake.apple.com/bags/hls?version=4.12, NSLocalizedDescription=The request timed out.}
2014-03-21 16:17:17.202 0.1[3330:5403] RTCReporting: can't get storebag from the server
更新:我以前没有注意到这有任何危害,但现在我的应用程序挂起(在模拟器中)大约 5 秒钟,而我刚刚准备好播放项目(在我按下播放之前)。如果我在挂起期间按下暂停,调试导航器会显示以下内容:
当应用在 5 秒后解冻时,只记录以下内容:
RTCReporting: resolve from http://pancake.apple.com/bags/hls?version=4.12
关于“答案”的说明:
我正在寻找与我提出的问题相关的非显而易见的解释。
【问题讨论】:
-
我也很困惑 pancake.apple.com 警告 LOL