I created a new visionOS project in Xcode. I chose RealityKit as the immersive space renderer, windowed, and mixed. I create the project, and I'm getting a build error 'No such module 'RealityKitContent' The error says 'Missing package product 'RealityKitContent' I am using visionOS version 1.1, with Xcode 15.3, M1 Macbook pro, Mac OS 14.4.
I tried adding the RealityKitContent content package directly using package manager, but I can't find it.
EDIT: Changed the build location from legacy to unique in xcode location settings and it worked!