I am using the template Augmented Reality App and I have imported Apple's toy_robot_vintage.usdz into the Experience.rcproject file using Reality Composer. When I run the app, I have the following error:
_validateTextureView:557: failed assertion `Texture View Validation texture usage (0x01) doesn't specify MTLTextureUsagePixelFormatView (0x10)' warning: could not find Objective-C class data in the process. This may reduce the quality of type information available. (lldb)
There is a Thread1: signal SIGABRT error in the generated code for Experience.swift on the line: let anchorEntity = try Experience.Box.loadAnchor(contentsOf: realityFileSceneURL)
Any ideas on how I can approach this? Thanks in advance.