Delphi 10 西雅图应用程序崩溃 XCode 7.01 仪器:"Allocations"

Delphi 10 Seattle app crash with XCode 7.01 Instruments: "Allocations"

为了跟踪我使用 Delphi 10 Seattle 制作的 iOS 应用程序 (iPad) 的内存消耗,我使用了 XCode 附带的 Instruments 工具。特别是 Allocations 工具。

应用程序 运行 独立运行和从 Delphi 调试时都很好,但自升级到 XCode 7 后,它将不再 运行 使用 Instruments [=26] =](它确实适用于 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

我该如何解决这个问题?

问题已由 paserver hotfix 解决: http://cc.embarcadero.com/Item/30398