HelloPhotogrammetry 3D Object Capture Crash

Im trying to run a dataset at full resolution and it continually crashes. I was able to get results running it on medium though. This is what the command line reads:

Progress(request = modelFile(url: file:///Users/ryansweeney/Desktop/Primosten.usdz, detail: RealityFoundation.PhotogrammetrySession.Request.Detail.full, geometry: nil) = 1.0 
-[MTLDebugBuffer didModifyRange:]:473: failed assertion `didModifyRange: only applies when resourceOptions(0x1) & MTLResourceStorageModeMask(0xf0) == MTLResourceStorageModeManaged(0x10). NOT MTLResourceStorageModeShared'

I also get an error "Thread 6:hit program assert"

Any idea on how to solve this?

Here is a screen shot of xcode

This is a known GPUSW bug. You should be able to work around it by turning off Metal validation in the build target’s scheme.

HelloPhotogrammetry 3D Object Capture Crash
 
 
Q