VideoIO icon indicating copy to clipboard operation
VideoIO copied to clipboard

Xcode 15 Beta compile issues (macOS)

Open dsmurfin opened this issue 2 years ago • 0 comments

Camera.swift:403 Stored properties cannot be marked unavailable with '@available' PlayerVideoOutput.swift:63 'CADisplayLink' is only available in macOS 14.0 or newer PlayerVideoOutput.swift:208 'CADisplayLink' is only available in macOS 14.0 or newer

It is possible it may be desirable to support CADisplayLink on macOS 14 now it is available, but as a minimum we should resolve this in the short term so VideoIO can compile in Xcode 15 Beta.

dsmurfin avatar Jun 08 '23 06:06 dsmurfin