Hi all My appliction is running fine of iphne 2.2 but on iphone 3.0 its crashing below is the trace coming. Please help me. I am loading tab bar after viewappear.
#0 0x30010cb2 in _cache_malloc ()
#1 0x30010b2e in _cache_fill ()
#2 0x30010a68 in log_and_fill_cache ()
#3 0x30010676 in _class_lookupMethodAndLoadCache ()
#4 0x300102fa in objc_msgSend_uncached ()
#5 0x3026f1fe in -[NSMutableArray removeObjectsInArray:] ()
#6 0x3092ab08 in -[UITabBar setItems:animated:] ()
#7 0x3092a94a in -[UITabBarController _rebuildTabBarItemsAnimated:] ()
#8 0x3092a6b2 in -[UITabBarController viewWillLayoutSubviews] ()
#9 0x3092a64a in -[UILayoutContainerView layoutSubviews] ()
#10 0x309197aa in -[UIView(CALayerDelegate) _layoutSublayersOfLayer:] ()
#11 0x32925026 in -[CALayer layoutSublayers] ()
#12 0x32924e3e in CALayerLayoutIfNeeded ()
#13 0x3292495e in CA::Context::commit_transaction ()
#14 0x329246c4 in CA::Transaction::commit ()
#15 0x3292460a in CA::Transaction::flush ()
#16 0x329245d8 in +[CATransaction flush] ()
#17 0x3092133c in -[UIApplication _reportAppLaunchFinished] ()
#18 0x308f0dbc in -[UIApplication _runWithURL:sourceBundleID:] ()
#19 0x30923b40 in -[UIApplication handleEvent:withNewEvent:] ()
#20 0x30923534 in -[UIApplication sendEvent:] ()
#21 0x30923162 in _UIApplicationHandleEvent ()
#22 0x32045a4c in PurpleEventCallback ()
#23 0x30253040 in CFRunLoopRunSpecific ()
#24 0x30252770 in CFRunLoopRunInMode ()
#25 0x308f0342 in -[UIApplication _run] ()
#26 0x308ef120 in UIApplicationMain ()
#27 0x000020bc in main (argc=1, argv=0x2ffff4f0) at /Users/ravichittiprolu/Desktop/CQPhone/Other Sources/main.m:14
Thanks in advance