简体   繁体   English

由于部署目标早于设备,着色器性能数据可能不可用

[英]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:我在 Xcode 10 和 iOS 12 中遇到一个问题。我的问题是:

GPU Frame Capture GPU 帧捕获

Shader performance data maybe unavailable due to deployment target older than device version由于部署目标早于设备版本,着色器性能数据可能不可用

See my screen shot查看我的屏幕截图

这是我的屏幕截图

This is happen in only iOS 12. Which means...这仅在 iOS 12 中发生。这意味着......

In my Xcode Deployment Target:9.0, In my iPhone OS is : iOS 12 ( Now problem came. )在我的 Xcode 部署目标:9.0 中,在我的 iPhone 操作系统中是:iOS 12(现在问题来了。

But when i run in Xcode 10 and iOS 11.4 it's fine.但是当我在 Xcode 10 和 iOS 11.4 中运行时,它很好。

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.这不是问题,而是建议,如果您将部署目标切换到 iOS 12,您可以获得更多着色器性能数据。

You could switch to iOS 12 only during shader profiling, and put it back when it's done.您只能在着色器分析期间切换到 iOS 12,并在完成后将其放回原处。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 由于部署目标早于设备版本,着色器性能数据可能不可用 - Shader performance data maybe unavailable due to deployment target older than device version 不支持的配置:此文件设置为为比部署目标更旧的版本构建。 功能可能有限 - Unsupported Configuration: This file is set to build for a version older than the deployment target. Functionality may be limited 使用部署目标中数据类型不可用的存储属性的解决方案 - Solutions for using stored properties whose data type is unavailable in your deployment target 更新部署目标iOS-较旧的应用程序版本仍然可用 - Update Deployment Target iOS - older App versions still available 从部署目标iOS移除特定设备 - Remove particular device from deployment target iOS 当部署目标低于 iOS 13.0 时,iOS 构建到设备不起作用 - iOS Build to Device Not Working when Deployment Target is below iOS 13.0 iOS部署目标4.3,基础sdk 6.0无法在iOS 6设备上运行 - iOS deployment target 4.3, base sdk 6.0 not working on iOS 6 device 降低“部署目标”以查看较旧的模拟器或在更新后检查您的 Apple SDK 路径警告 - Lower the 'Deployment Target' to see older simulators or check your Apple SDK path warning after update 为什么 XCode 推荐的部署目标比必要的更高? - Why is XCode recommending a higher deployment target than necessary? iOS-将框架链接到比我项目的部署目标更高的部署目标 - iOS - Link a framework with higher deployment target than my project's
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM