本文介绍了iOS5无法读取Riven.bundle的符号(找不到文件)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人知道Riven.bundle是什么,为什么Xcode在iPad上调试时给我这些警告?

Does anyone know what Riven.bundle is and why Xcode is giving me these warnings when debugging on an iPad?

警告:没有在本地找到Riven.bundle / Riven的副本,从远程设备上的
内存中读取。这可能会减缓调试会话。

warning: No copy of Riven.bundle/Riven found locally, reading from memory on remote device. This may slow down the debug session.


推荐答案

目录,它可能是新的iOS 5,也许它的支持代码为新的拆分键盘?这个名字是合适的。

Wild guess: Since it's in the "TextInput" directory, and it's probably new in iOS 5, perhaps it's support code for the new split keyboard? The name would be fitting.

这篇关于iOS5无法读取Riven.bundle的符号(找不到文件)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-21 05:14