ARKit Demo Crashing on iPhone 6/iPhone 6 Plus
I'm working with ARKit Feature , with recent major iOS release, but I'm getting a crash with error failed assertion
MTLRenderPassDescriptor: MTLStoreActionMultisampleResolve store action for the depth attachment is not supported by device
I already have iOS11 beta, installed in my iPhone device.
As all answers above this is a hardware constraint
to A9
chips. Anyway it is a good practice to addAdding ARKit
to UIRequiredDeviceCapabilities
on Info.plist
will give you a better feedback running apps that primary function is ARKit
based.
To be able to run ARKit your device should be able to support it. Not only using the latest iOS will help. As apple mention in the Keynote WWDC 2017 they support A9 chips and Above which means iPhone 6s and Above will be able to run and test ARKit.
链接地址: http://www.djcxy.com/p/39704.html上一篇: 可滚动的选项卡可以正确处理溢出