2015-10-09 27 views
0

爲了跟蹤我的iOS應用程序(iPad)使用Delphi 10 Seattle製作的內存消耗,我使用了XCode附帶的Instruments工具。具體是Allocations儀器。Delphi 10西雅圖應用程序崩潰與XCode 7.01儀器:「分配」

該應用運行良好,無論是獨立和從德爾福調試,但自升級到XCode 7,它將不再運行儀器「分配」(它確實與XCode 6.x工作)。

iPad的控制檯顯示這些消息:

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 

我該如何解決這個問題?

回答