Support in Xcode 14.2

I am trying ObjectCaptureSession in my Xcode 14.2 and i am getting error like "Cannot find 'ObjectCaptureSession' in scope". So my question is this object capture session is support in Xcode 14.2?

Replies

I believe the new ObjectCaptureSession and ObjectCaptureView are only available on iOS 17.

iOS 17 is not available on Xcode 14.2.

This means that you are required to download Xcode 15.0(beta) link here in order to try out the new ObjectCaptureSession and ObjectCaptureView APIs.

  • I have already update XCode to Beta 15. But the same error is showing.

  • Hi, did you import RealityKit in the same scope?

Add a Comment

Hello! ObjectCaptureSession and ObjectCaptureView are NOT available on simulators yet.

You need a real device attached to xCode to get rid of this error.