I've just upgraded to Xcode 12 beta 3 and my app, which was building fine on beta 2 now fails to build with the error:
'init(selection:content:)' is unavailable in watchOS
which refers to a call of the form List(selection: $someBinding) { SomeContentHere() }
The docs seem to suggest that this initialiser is supposed to be available for watchOS.
Is anyone else seeing this?
'init(selection:content:)' is unavailable in watchOS
which refers to a call of the form List(selection: $someBinding) { SomeContentHere() }
The docs seem to suggest that this initialiser is supposed to be available for watchOS.
Is anyone else seeing this?