Hello all !
I really have a problem right now. I am developing an IAP-App and just updated my iPad to 3.2.1 so i needed to install the new XCode 3.2.3.
Everything runs fine but at exit (pressing Home-Button) i get following errors:
Wed Aug 4 22:53:23 iPad com.apple.launchd[1] (UIKitApplication:com.mypad.storetest[0x1c2][75]) : (UIKitApplication:digital-sylvia.storetest[0x1c2]) Bug: launchd_core_logic.c:2650 (24063):10
Wed Aug 4 22:53:23 iPad com.apple.launchd[1] (UIKitApplication:com.mypad.storetest[0x1c2][75]) : (UIKitApplication:digital-sylvia.storetest[0x1c2]) Working around 5020256. Assuming the job crashed.
Wed Aug 4 22:53:23 iPad com.apple.launchd[1] (UIKitApplication:com.mypad.storetest[0x1c2][75]) : (UIKitApplication:com.mypad.storetest[0x1c2]) Job appears to have crashed: Segmentation fault
Wed Aug 4 22:53:23 iPad SpringBoard[27] : Application 'StoreTestV2' exited abnormally with signal 11: Segmentation fault
Wed Aug 4 22:53:23 iPad com.apple.debugserver-44[74] : 1 [004a/1703]: error: ::read ( 6, 0x2809f4, 1024 ) => -1 err = Bad file descriptor (0x00000009)
I really don't know what else to do. Reinstalled XCode, remade certiificate and prov-files, cleaned target and cache. The Errors are still there.
Where to search for the error ? Is it an error at my side ?