SCNScene(named: "art.scnassets/diceCollada_copy.scn") return nil and fatal error

The file path is the same and the target is set. But I keep getting errors. Please help me

guard let scene = SCNScene(named: "art.scnassets/diceCollada_copy.scn") else {
            fatalError()
            return
        }

Error 2023-03-28 08:56:55.650242+0900 ARDicee[42923:11318833] [SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)") 2023-03-28 08:56:55.660247+0900 ARDicee[42923:11318833] Metal GPU Frame Capture Enabled 2023-03-28 08:56:55.660395+0900 ARDicee[42923:11318833] Metal API Validation Enabled ARDicee/ViewController.swift:56: Fatal error 2023-03-28 08:56:55.768975+0900 ARDicee[42923:11318833] ARDicee/ViewController.swift:56: Fatal error