2015-10-09 1 views
0

Pour suivre la consommation de mémoire pour mon application iOS (iPad) faite avec Delphi 10 Seattle J'utilise l'outil Instruments inclus avec XCode. Plus précisément, l'instrument Allocations. L'application fonctionne correctement à la fois en mode autonome et lors du débogage à partir de Delphi, mais depuis la mise à niveau vers XCode 7, elle ne fonctionnera plus avec les Instruments "Allocations" (cela a fonctionné avec XCode 6.x).Delphi 10 crash de l'application Seattle avec XCode 7.01 Instruments: "Allocations"

La console iPad montre ces messages:

Oct 9 09:14:40 iPadMini-A7 DTServiceHub[574] <Error>: kernel symbolicator unable to open /mach.release.s5l8960x 
Oct 9 09:14:40 iPadMini-A7 DTServiceHub[574] <Error>: Device Info Service was unable to create symbolicator for the kernel 
Oct 9 09:14:40 iPadMini-A7 com.apple.xpc.launchd[1] (UIKitApplication:MyApp[0x4936][621]) <Notice>: Service exited due to signal: Trace/BPT trap: 5 
Oct 9 09:14:40 iPadMini-A7 DTServiceHub[574] <Warning>: -[DTObjectAllocService startCollectionWithPid:]: Unable to configure target process for recording 
Oct 9 09:14:40 iPadMini-A7 SpringBoard[53] <Warning>: Application 'UIKitApplication:MyApp[0x4936]' crashed. 
Oct 9 09:14:41 iPadMini-A7 ReportCrash[622] <Notice>: Formulating report for corpse[621] MyApp 

Comment puis-je résoudre ce problème?

Répondre