IOS 6 Maps sometimes appear on iPad3 when I rotate

I get my app crashed when I rotate my iPad here below detailed script I have a map screen where I display a map with a pair of "pins" / "annotations", the screen works fine almost all the time, but sometimes it crashes mostly when I rotate the map screen.

I tried to check various logs: During runtime and after a crash, the application stopped at the following line:

IMGSGX543GLDriver`sgxTextureGetImageRowBytes(GLDTextureRec*, unsigned int, unsigned int):

      

On the device console:

Feb  9 13:13:23 iPad3 awdd[4970] <Error>: libMobileGestalt copySystemVersionDictionaryValue: Could not lookup ReleaseType from system version dictionary
Feb  9 13:13:23 iPad3 awdd[4970] <Error>: CoreLocation: CLClient is deprecated. Will be obsolete soon.
Feb  9 13:13:24 iPad3 awdd[4970] <Error>: libMobileGestalt copyCTInfoWithBlock: _CTServerConnectionCopyFirmwareVersion: CommCenter error: 1:45 (Operation not supported)
Feb  9 13:13:24 iPad3 awdd[4970] <Error>: libMobileGestalt copyCTInfoWithBlock: _CTServerConnectionCopyFirmwareVersion: CommCenter error: 1:45 (Operation not supported)
Feb  9 13:13:24 iPad3 awdd[4970] <Error>: libMobileGestalt copyCTInfoWithBlock: _CTServerConnectionCopyFirmwareVersion: CommCenter error: 1:45 (Operation not supported)
Feb  9 13:13:24 iPad3 awdd[4970] <Error>: libMobileGestalt copyCTInfoWithBlock: _CTServerConnectionCopyFirmwareVersion: CommCenter error: 1:45 (Operation not supported)

      

BR,

+3


source to share





All Articles