After updating to Xcode 14.0.1 the app won't run on real device and show me circular reference
errors only on real devices (in the simulator work fine)
the problem appears even on the swift page only contains a comment
I tried to remove derived data and I updated the pods and also the Swift Package
Post
Replies
Boosts
Views
Activity
After I update the Xcode to 13 the animation that comes with the USDZ is not played anymore in the Reality Composer / RealityKit even though it's working fine on older Xcode 12 and 11
the problem: 'Nothing happens when playing any USDZ animation even when running it on a real device'
Does anyone face this problem cause didn't find a solution and update to fix it yet
Hello 👋
I added USDZ with animation in the Reality Composer (.rcproject) After Load the scene and added to the ARView
I tried to install gestures like Rotate scale ... but won't work
let ganGes = gangnim?.gnagnumObject as? Entity & HasCollision
arView.installGestures([.rotation,.translation,.scale], for: ganGes!)
How can I install Gestures to Reality Composer