ARKit Demo Crashing on iPhone 6/iPhone 6 Plus

醉酒当歌 提交于 2019-12-05 23:41:14

问题


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.


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/44590817/arkit-demo-crashing-on-iphone-6-iphone-6-plus

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