xcode4 - Application stops while loading data -


hi guys getting build time error as: misconfigured property. command /developer/usr/bin/momc failed exit code 6

:edit: done momc error.

application build & run successful; stops while loading data:

2011-05-02 21:47:40.779 reportviewer[3448:5d03] *** copydb2targetdir successful *** 2011-05-02 21:47:41.000 reportviewer[3448:207] *** terminating app due uncaught     exception 'nsinvalidargumentexception', reason: '*** -[nsmutablearray  insertobject:atindex:]: attempt insert nil object @ 0' *** call stack @ first throw: ( 0   corefoundation                      0x016575a9 __exceptionpreprocess + 185 1   libobjc.a.dylib                     0x017ab313 objc_exception_throw + 44 2   corefoundation                      0x016511b1 -[__nsarraym insertobject:atindex:] + 225 3   corefoundation                      0x0164c604 -[__nsarraym addobject:] + 68 4   coredata                            0x00da9b0e +[nsmanagedobjectmodel mergedmodelfrombundles:] + 350 5   reportviewer                        0x0000796f -[reportstorage managedobjectmodel] + 115 6   reportviewer                        0x00007ad9 -[reportstorage persistentstorecoordinator] + 307 7   reportviewer                        0x0000785d -[reportstorage managedobjectcontext] + 85 8   reportviewer                        0x0000351d -[reportstorage init] + 85 9   reportviewer                        0x00002da4 -[reportdatamanager init] + 137 10  reportviewer                        0x00002c18 +[reportdatamanager sharedmanager] + 88 11  reportviewer                        0x00009c8c -[flipviewcontroller viewdidload] + 327 12  uikit                               0x003ad089 -[uiviewcontroller view] + 179 13  reportviewer                        0x0001ba77 -[startfakeviewcontroller dbmovecomplete] + 518 14  foundation                          0x0007c94e __nsthreadperformperform + 251 15  corefoundation                      0x016388ff __cfrunloop_is_calling_out_to_a_source0_perform_function__ + 15 16  corefoundation                      0x0159688b __cfrunloopdosources0 + 571 17  corefoundation                      0x01595d86 __cfrunlooprun + 470 18  corefoundation                      0x01595840 cfrunlooprunspecific + 208 19  corefoundation                      0x01595761 cfrunloopruninmode + 97 20  graphicsservices                    0x01f141c4 gseventrunmodal + 217 21  graphicsservices                    0x01f14289 gseventrun + 115 22  uikit                               0x0030bc93 uiapplicationmain + 1160 23  reportviewer                        0x00001c9c main + 102 24  reportviewer                        0x00001c2d start + 53 25  ???                                 0x00000001 0x0 + 1 ) terminate called after throwing instance of 'nsexception' sharedlibrary apply-load-rules current language:  auto; objective-c kill quit program ended exit code: 0 


Comments