Hello All,
I am facing few challenges while running the application in iPhone 5 with iOS 6.0 installed, the application is working absolutely fine in iOS 5.
When we looked into the “SUP10121_0.db” for iOS 6 device, we see that database is not containing any single record for the travel list. However on iOS 5, device we see that database is filled with few travel requests which is getting rendered on iOS 5 device as well.
To give you more details on iOS 6, we are getting the following error at the launch of the application. This error is not reproduced when launching on iOS 5. The error as shown in console is:
[__NSCFCalendar components:fromDate:]: date cannot be nil An exception has been avoided for now. A few of these errors are going to be reported with this complaint, then further violations will simply silently do whatever random thing results from the nil. Here is the backtrace where this occurred this time (some frames may be missing due to compiler optimizations): ( 0 CoreFoundation 0x37866c55 <redacted> + 84 1 SUP101 0x001feaa1 _Z15GetTimeZoneInfoP10PIONEER_TZ + 392 2 SUP101 0x001c56c7 _Z18EGetPioneerTZIndexb + 26 3 SUP101 0x001e770f _ZN10ECDateTime14BiasCalculatorERKS_R10ECTimeSpaniPb + 118 4 SUP101 0x001e7c8f _ZN10ECDateTime10EGetGMTimeERKS_i + 98 5 SUP101 0x00216367 _ZL16GetCurrentGMTimev + 30 6 SUP101 0x002163b1 _ZN2mo23CmocaProcessClientQueue20WaitForQueuedRequestERlRNS_9CmoStringES3_S1_S3_l + 68 7 SUP101 0x002169bb _ZN2mo23CmocaProcessClientQueue18ProcessTillStoppedEv + 290 8 SUP101 0x0020e79d _ZN2mo17CmocaProcessQueue7ProcessEv + 272 9 SUP101 0x0020d5e5 _ZN2mo17CmocaProcessQueue10MOCAThreadEPv + 44 10 libsystem_c.dylib 0x389360e1 <redacted> + 308 11 libsystem_c.dylib 0x38935fa8 thread_start + 8 )
I there any new patch is available for the offical support of iOS 6 ?