Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode instrument don't run because this error "the target device service is too old"

when I try to run instrument core graphics test I find error like this "the target device service is too old"

like image 425
Ammar Ahmad Avatar asked Apr 24 '18 07:04

Ammar Ahmad


1 Answers

Xcode Instruments Core Animations requires you to use the device. So instead of running it on the simulator, run it on your device.

The target device service is too old is shown when the simulator is selected.

Solution:

  • In Xcode Instruments > Core Animation, run it on the device (your iPhone / iPad)
like image 87
user1046037 Avatar answered Nov 09 '22 15:11

user1046037