Does anyone know what Riven.bundle is and why Xcode is giving me these warnings when debugging on an iPad?
warning: Unable to read symbols 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 found locally, reading from
memory on remote device. This may slow down the debug session.
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.