IOS5 cannot read characters for Riven.bundle (file not found)

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

warning: cannot read characters for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/5.0 (9A334) /Symbols/System/Library/TextInput/Riven.bundle/Riven (file not found).

warning: no copy of Riven.bundle / Riven is found locally, reading from memory on the remote device. This can slow down the debugging session.

+6
source share
2 answers

An amazing guess: since it is in the "TextInput" directory, and it is probably new in iOS 5, does it possibly support code for a new split keyboard? The name will be suitable.

+6
source

Try: Settings> General> Reset All Settings

I was getting this exact problem with the most up-to-date builds of both Xcode, IOS SDK, and iOS firmware on my iPad. Based on recommendations on other related topics, I tried to delete the "iOS DeviceSupport" folder and reassemble the characters, clean and restore my application, etc., etc., all to no avail.

What finally fixed for me is the recovery of my iPad. In addition, I supported my iPad and then restored it as a new device, then compiled and launched an application that worked perfectly. I think everything was fine, I restored my old content and settings to the iPad, after which I started the theme again. From here I went to Settings> General> Reset All settings that fixed the problem again, which leads me to believe that this would fix the problem from the very beginning, without having to restore the entire device.

0
source

Source: https://habr.com/ru/post/899481/


All Articles