error: unable to locate the device's timestamp on the device while profiling an iOS app on xcode time profiler instruments

◇◆丶佛笑我妖孽 提交于 2019-12-11 16:42:36

问题


I am trying to profile my iOS app, but everytime i profile it, the instruments(time profiler to be specific) it shows the

error: unable to locate the device's timestamp

. I am unable to find the reason why this might be happening. Any pointers?

The xcode version is 9.2 and my iPAD is on ios version-12.0.1.


回答1:


The reason it's happening is that Xcode 9.2 does not support versions of iOS later than iOS 11.2, including iOS 12. You have two options: use Xcode 10 to profile on your iPad or profile your app on a device running iOS 11.



来源:https://stackoverflow.com/questions/53533187/error-unable-to-locate-the-devices-timestamp-on-the-device-while-profiling-an

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!