Posted: 2nd Dec 2011 14:25
+ Code Snippet
warning: Unable to read symbols for /Users/hanhalley/Library/Developer/Xcode/iOS DeviceSupport/5.0.1 (9A405)/Symbols/System/Library/Extensions/IMGSGX543GLDriver.bundle/IMGSGX543GLDriver (file not found).
warning: No copy of IMGSGX543GLDriver.bundle/IMGSGX543GLDriver found locally, reading from memory on remote device.  This may slow down the debug session.
Posted: 8th Dec 2011 0:01
Sounds like you are missing debug symbol files, but as they are warnings it is perfectly possible this is normal for the SDK files you reference (i.e. Apple may not wish to show you their source)
Posted: 8th Dec 2011 3:28
I see.