Guided Capture Source Code Run Issues

Running on iOS17 Beta 6 and getting the below issue.

Conformance of 'ObjectCaptureSession.CaptureState' to protocol 'Equatable' was already stated in the type's module '_RealityKit_SwiftUI'

Operator function '==' will not be used to satisfy the conformance to 'Equatable'

'ObjectCaptureSession.CaptureState' declares conformance to protocol 'Equatable' here

Please help!

Accepted Reply

I'm seeing the same issue. According to below thread, current sample needs to be updated a lot.. https://developer.apple.com/forums/thread/735371

  • Got it, thanks for presenting that thread. Guess we all have to wait for Apple to update the sample code to run in sync with latest X code and iOS 17 versions. I hate waiting :/

Add a Comment

Replies

I'm seeing the same issue. According to below thread, current sample needs to be updated a lot.. https://developer.apple.com/forums/thread/735371

  • Got it, thanks for presenting that thread. Guess we all have to wait for Apple to update the sample code to run in sync with latest X code and iOS 17 versions. I hate waiting :/

Add a Comment