Hello, after installing Xcode 15 beta and the sample project provided for object capture in wwdc23 I am getting the below error:
dyld[2006]: Symbol not found: _$s19_RealityKit_SwiftUI20ObjectCaptureSessionC7Combine010ObservableE0AAMc
Referenced from: <35FD44C0-6001-325E-9F2A-016AF906B269> /private/var/containers/Bundle/Application/776635FF-FDD4-4DE1-B710-FC5F27D70D4F/GuidedCapture.app/GuidedCapture
Expected in: <6A96F77C-1BEB-3925-B370-266184BF844F> /System/Library/Frameworks/_RealityKit_SwiftUI.framework/_RealityKit_SwiftUI
I am trying to run the sample project on an iPhone 12 Pro (iOS 17.0 (21A5291j))
Any help in solving this issue would be appreciated.
Thank you.