7

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.

Krunal
  • 77,632
  • 48
  • 245
  • 261
Svitlana
  • 2,938
  • 1
  • 29
  • 38

2 Answers2

2

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.

S. Matsepura
  • 1,673
  • 1
  • 17
  • 24
Boris Ch.F
  • 156
  • 5
1

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.

Khalid Afridi
  • 913
  • 5
  • 12