Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Xcode 和设备上升级到 iOS 8.3 SDK 后。我的涉及金属的应用程序无法正常工作。Metal 用于 obj 文件可视化和 GPU 计算。我的应用程序停止了几秒钟然后崩溃了。我注意到在 Xcode 控制台中显示“Metal GPU Frame Capture Enabled”,之前没有出现。这是造成的问题吗?如果是这样,是否有在 iOS 8.3 中关闭此功能?
除非没有连接到 Xcode,否则我无法在 iOS 8.3 开启 GPU 帧捕获的情况下运行任何 Metal 应用程序。以下是禁用它的方法:
https://developer.apple.com/library/ios/documentation/Miscellaneous/Conceptual/MetalProgrammingGuide/Dev-Technique/Dev-Technique.html