Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shader performance data maybe unavailable due to deployment target older than device

I'm getting one problem in my Xcode 10 and iOS 12. See my problem is:

GPU Frame Capture

Shader performance data maybe unavailable due to deployment target older than device version

See my screen shot

This is my Screen shot

This is happen in only iOS 12. Which means...

In my Xcode Deployment Target:9.0, In my iPhone OS is : iOS 12 (Now problem came.)

But when i run in Xcode 10 and iOS 11.4 it's fine.

like image 631
Naresh Avatar asked Sep 28 '18 09:09

Naresh


1 Answers

It's not a problem, but a suggestion, that you could get more Shader performance data if you switch your deployment target to iOS 12.

You could switch to iOS 12 only during shader profiling, and put it back when it's done.

like image 170
Evgen Bodunov Avatar answered Nov 06 '22 22:11

Evgen Bodunov