で作成した iOS アプリ (iPad) のメモリ消費量を追跡するには、XCode に含まれているツールDelphi 10 Seattle
を使用します。Instruments
具体的にはAllocations
楽器。
このアプリは、スタンドアロンでも Delphi からデバッグする場合でも正常に動作しますが、 にアップグレードしてからXCode 7
は、Instruments の「割り当て」で動作しなくなります (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
どうすればこれを解決できますか?